Uses of Class
org.ehcache.sizeof.impl.PrimitiveType
-
Packages that use PrimitiveType Package Description org.ehcache.sizeof.impl -
-
Uses of PrimitiveType in org.ehcache.sizeof.impl
Methods in org.ehcache.sizeof.impl that return PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveType. forType(java.lang.Class<?> type)
Finds the matching PrimitiveType for a typestatic PrimitiveType
PrimitiveType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveType[]
PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-