Package zombie.asset
Class AssetManager.AssetTable
java.lang.Object
gnu.trove.impl.hash.THash
gnu.trove.impl.hash.TObjectHash<K>
gnu.trove.map.hash.THashMap
zombie.asset.AssetManager.AssetTable
- All Implemented Interfaces:
gnu.trove.map.TMap,Externalizable,Serializable,Map
- Enclosing class:
- AssetManager
public static final class AssetManager.AssetTable
extends gnu.trove.map.hash.THashMap
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class gnu.trove.map.hash.THashMap
gnu.trove.map.hash.THashMap.EntryView, gnu.trove.map.hash.THashMap.KeyView, gnu.trove.map.hash.THashMap.ValueView -
Field Summary
Fields inherited from class gnu.trove.map.hash.THashMap
_valuesFields inherited from class gnu.trove.impl.hash.TObjectHash
_set, consumeFreeSlot, FREE, REMOVEDFields inherited from class gnu.trove.impl.hash.THash
_autoCompactionFactor, _autoCompactRemovesRemaining, _autoCompactTemporaryDisable, _free, _loadFactor, _maxSize, _size, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gnu.trove.map.hash.THashMap
clear, containsKey, containsValue, entrySet, equals, forEachEntry, forEachKey, forEachValue, get, hashCode, keySet, put, putAll, putIfAbsent, readExternal, rehash, remove, removeAt, retainEntries, setUp, toString, transformValues, values, writeExternalMethods inherited from class gnu.trove.impl.hash.TObjectHash
buildObjectContractViolation, capacity, contains, dumpExtraInfo, equals, forEach, hash, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolationMethods inherited from class gnu.trove.impl.hash.THash
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, size
-
Constructor Details
-
AssetTable
public AssetTable()
-