Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ PrimTypes
Method
PrimTypes
app/src/main/java/cc/ioctl/tmoe/util/PrimTypes.java:5–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
public
class
PrimTypes {
4
5
private
PrimTypes() {
6
}
7
8
public
static
final
Class<Integer> INT =
int
.
class
;
9
public
static
final
Class<Long> LONG = long.
class
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected