Package com.ibm.icu.impl
Class SimpleCache<K,V>
- java.lang.Object
-
- com.ibm.icu.impl.SimpleCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description SimpleCache()
SimpleCache(int cacheType)
SimpleCache(int cacheType, int initialCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
V
get(java.lang.Object key)
void
put(K key, V value)
-
-
-
Field Detail
-
DEFAULT_CAPACITY
private static final int DEFAULT_CAPACITY
- See Also:
- Constant Field Values
-
type
private int type
-
capacity
private int capacity
-
-