Package | Description |
---|---|
net.sf.ehcache.pool.sizeof |
This package contains the SizeOf implementations for the pooling in Ehcache.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Class<?>,FlyweightType> |
FlyweightType.TYPE_MAPPINGS |
Modifier and Type | Method and 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 flyweight
|
static 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.
|