T
- public class StringMap<T> extends gnu.trove.map.hash.TCustomHashMap<String,T> implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
StringMap.StringSet
Better performance set
|
Modifier and Type | Field and Description |
---|---|
static float |
DEFAULT_LOAD_FACTOR |
Constructor and Description |
---|
StringMap() |
StringMap(int capacity) |
StringMap(Map<String,T> map)
Compacts itself upon finishing
|
clear, containsKey, containsValue, entrySet, equals, forEachEntry, forEachKey, forEachValue, get, hashCode, keySet, put, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, values, writeExternal
buildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolation
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, size
public static final float DEFAULT_LOAD_FACTOR
Copyright © 2017. All rights reserved.