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.BOOLEANBoolean type.Primitive.BYTEByte type.Primitive.CHARACTERCharacter type.Primitive.DOUBLEDouble type.Primitive.FLOATFloat type.Primitive.INTEGERInteger type.Primitive.LONGLong type.Primitive.SHORTShort type.Primitive.VOIDVoid 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