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, writeExternal
contains, forEach, getNoEntryValue, index, insertKey
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
Copyright © 2022. All rights reserved.