Class SoundLimiterParams

java.lang.Object
gnu.trove.impl.hash.THash
gnu.trove.impl.hash.TPrimitiveHash
gnu.trove.impl.hash.TShortHash
gnu.trove.map.hash.TShortObjectHashMap<Object>
zombie.audio.SoundLimiterParams
All Implemented Interfaces:
gnu.trove.map.TShortObjectMap<Object>, Externalizable, Serializable

public final class SoundLimiterParams extends gnu.trove.map.hash.TShortObjectHashMap<Object>
See Also:
  • Field Summary

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

    _set

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

    _states, FREE, FULL, REMOVED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class gnu.trove.map.hash.TShortObjectHashMap

    clear, containsKey, containsValue, equals, forEachEntry, forEachKey, forEachValue, get, getNoEntryKey, hashCode, iterator, keys, keys, keySet, put, putAll, putAll, putIfAbsent, readExternal, remove, retainEntries, toString, transformValues, valueCollection, values, values, writeExternal

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

    contains, forEach, getNoEntryValue

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

    capacity

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

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

    Methods inherited from class Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface gnu.trove.map.TShortObjectMap

    isEmpty, size
  • Constructor Details

    • SoundLimiterParams

      public SoundLimiterParams()