Uses of Class
org.ehcache.sizeof.FlyweightType
-
Packages that use FlyweightType Package Description org.ehcache.sizeof -
-
Uses of FlyweightType in org.ehcache.sizeof
Fields in org.ehcache.sizeof with type parameters of type FlyweightType Modifier and Type Field Description private static java.util.Map<java.lang.Class<?>,FlyweightType>
FlyweightType. TYPE_MAPPINGS
Methods in org.ehcache.sizeof that return FlyweightType Modifier and Type Method Description (package private) static FlyweightType
FlyweightType. getFlyweightType(java.lang.Class<?> aClazz)
Will return the Flyweight enum instance for the flyweight Class, or null if type isn't flyweightstatic FlyweightType
FlyweightType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FlyweightType[]
FlyweightType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-