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<String,Asset>
zombie.asset.AssetManager.AssetTable
All Implemented Interfaces:
gnu.trove.map.TMap<String,Asset>, Externalizable, Serializable, Map<String,Asset>
Enclosing class:
AssetManager

public static final class AssetManager.AssetTable extends gnu.trove.map.hash.THashMap<String,Asset>
See Also:
  • Field Summary

    Fields inherited from class gnu.trove.impl.hash.TObjectHash

    _set, FREE, REMOVED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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, remove, removeAt, retainEntries, setUp, toString, transformValues, values, writeExternal

    Methods inherited from class gnu.trove.impl.hash.TObjectHash

    capacity, contains, forEach

    Methods inherited from class gnu.trove.impl.hash.THash

    compact, ensureCapacity, getAutoCompactionFactor, isEmpty, reenableAutoCompaction, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AssetTable

      public AssetTable()