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, writeExternalbuildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolationcalculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, sizepublic static final float DEFAULT_LOAD_FACTOR
Copyright © 2017. All rights reserved.