Uses of Enum
org.ehcache.sizeof.FlyweightType
Packages that use FlyweightType
-
Uses of FlyweightType in org.ehcache.sizeof
Subclasses with type arguments of type FlyweightType in org.ehcache.sizeofModifier and TypeClassDescription(package private) enumEnum with all the flyweight types that we check for sizeOf measurementsFields in org.ehcache.sizeof with type parameters of type FlyweightTypeModifier and TypeFieldDescriptionprivate static final Map<Class<?>, FlyweightType> FlyweightType.TYPE_MAPPINGSMethods in org.ehcache.sizeof that return FlyweightTypeModifier and TypeMethodDescription(package private) static FlyweightTypeFlyweightType.getFlyweightType(Class<?> aClazz) Will return the Flyweight enum instance for the flyweight Class, or null if type isn't flyweightstatic FlyweightTypeReturns 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.