Package com.ibm.icu.impl
Class SimpleCache<K,V>
java.lang.Object
com.ibm.icu.impl.SimpleCache<K,V>
- All Implemented Interfaces:
ICUCache<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private static final int
private int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DEFAULT_CAPACITY
private static final int DEFAULT_CAPACITY- See Also:
-
cacheRef
-
type
private int type -
capacity
private int capacity
-
-
Constructor Details
-
SimpleCache
public SimpleCache() -
SimpleCache
public SimpleCache(int cacheType) -
SimpleCache
public SimpleCache(int cacheType, int initialCapacity)
-
-
Method Details