public final class ObjectIndexedCache extends AbstractIndexedCache<java.lang.Object>
AbstractIndexedCache.EntryDEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, entries, initialCapacity, MAXIMUM_CAPACITY, size, threshold| Constructor and Description |
|---|
ObjectIndexedCache() |
ObjectIndexedCache(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
int |
putIfAbsent(java.lang.Object key) |
clear, init, resize, roundUpToPowerOf2, sizepublic ObjectIndexedCache()
public ObjectIndexedCache(int capacity)
public int putIfAbsent(java.lang.Object key)
putIfAbsent in class AbstractIndexedCache<java.lang.Object>