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