V - Valuepublic class LoadingIntMap<V>
extends gnu.trove.map.hash.TIntObjectHashMap<V>
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadingIntMap.Feeder<T>
Due to java stuff, you will need to cast it to (Function) for some cases
|
| Constructor and Description |
|---|
LoadingIntMap(com.google.common.base.Function<Integer,V> loader)
Initializes an auto loading map using specified loader and backing map
|
| Modifier and Type | Method and Description |
|---|---|
V |
get(int key) |
clear, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, getNoEntryKey, hashCode, iterator, keys, keys, keySet, put, putAll, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, valueCollection, values, values, writeExternalcontains, forEach, getNoEntryValue, index, insertKeycalculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeCopyright © 2022. All rights reserved.