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
,java.io.Externalizable
,java.io.Serializable
,java.util.Map
- Enclosing class:
- AssetManager
public static final class AssetManager.AssetTable
extends gnu.trove.map.hash.THashMap
- See Also:
- Serialized Form
-
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
_values
Fields inherited from class gnu.trove.impl.hash.TObjectHash
_set, consumeFreeSlot, FREE, REMOVED
Fields inherited from class gnu.trove.impl.hash.THash
_autoCompactionFactor, _autoCompactRemovesRemaining, _autoCompactTemporaryDisable, _free, _loadFactor, _maxSize, _size, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR
-
Constructor Summary
Constructors Constructor Description AssetTable()
-
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, writeExternal
Methods inherited from class gnu.trove.impl.hash.TObjectHash
buildObjectContractViolation, capacity, contains, dumpExtraInfo, equals, forEach, hash, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolation
Methods inherited from class gnu.trove.impl.hash.THash
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, size
-
Constructor Details
-
AssetTable
public AssetTable()
-