Uses of Enum
org.ehcache.sizeof.FlyweightType
Packages that use FlyweightType
-
Uses of FlyweightType in org.ehcache.sizeof
Fields in org.ehcache.sizeof with type parameters of type FlyweightTypeModifier and TypeFieldDescriptionprivate static final Map
<Class<?>, FlyweightType> FlyweightType.TYPE_MAPPINGS
Methods in org.ehcache.sizeof that return FlyweightTypeModifier and TypeMethodDescription(package private) static FlyweightType
FlyweightType.getFlyweightType
(Class<?> aClazz) Will return the Flyweight enum instance for the flyweight Class, or null if type isn't flyweightstatic FlyweightType
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.