Uses of Class
org.dellroad.stuff.java.Primitive
Packages that use Primitive
-
Uses of Primitive in org.dellroad.stuff.java
Fields in org.dellroad.stuff.java declared as PrimitiveModifier and TypeFieldDescriptionPrimitive.BOOLEAN
Boolean type.Primitive.BYTE
Byte type.Primitive.CHARACTER
Character type.Primitive.DOUBLE
Double type.Primitive.FLOAT
Float type.Primitive.INTEGER
Integer type.Primitive.LONG
Long type.Primitive.SHORT
Short type.Primitive.VOID
Void type.Methods in org.dellroad.stuff.java that return PrimitiveModifier and TypeMethodDescriptionstatic Primitive<?>
Get the instance with the given name (e.g.,"void"
,"int"
, etc.).static <T> Primitive<T>
Get the value corresponding to the given Java primitive or primitive wrapper type.Methods in org.dellroad.stuff.java that return types with arguments of type Primitive