Package | Description |
---|---|
com.google.common.collect |
This package contains generic collection interfaces and implementations, and
other utilities for working with collections.
|
Modifier and Type | Field and Description |
---|---|
(package private) MapMakerInternalMap.EntryFactory |
MapMakerInternalMap.entryFactory
Factory used to create new entries.
|
(package private) static MapMakerInternalMap.EntryFactory[][] |
MapMakerInternalMap.EntryFactory.factories
Look-up table for factories.
|
Modifier and Type | Method and Description |
---|---|
(package private) static MapMakerInternalMap.EntryFactory |
MapMakerInternalMap.EntryFactory.getFactory(MapMakerInternalMap.Strength keyStrength,
boolean expireAfterWrite,
boolean evictsBySize) |
static MapMakerInternalMap.EntryFactory |
MapMakerInternalMap.EntryFactory.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapMakerInternalMap.EntryFactory[] |
MapMakerInternalMap.EntryFactory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|