Uses of Class
org.dellroad.stuff.java.Primitive

Packages that use Primitive
org.dellroad.stuff.java General Java-related utility classes. 
 

Uses of Primitive in org.dellroad.stuff.java
 

Methods in org.dellroad.stuff.java that return Primitive
static Primitive Primitive.get(Class<?> c)
          Get the value corresponding to the given Java primitive or primitive wrapper type.
static Primitive Primitive.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Primitive[] Primitive.values()
          Returns an array containing the constants of this enum type, in the order they are declared.