Class CaseInsensitiveMap<V>

java.lang.Object
gnu.trove.impl.hash.THash
gnu.trove.impl.hash.TObjectHash<T>
gnu.trove.impl.hash.TCustomObjectHash<K>
gnu.trove.map.hash.TCustomHashMap<String,V>
net.md_5.bungee.util.CaseInsensitiveMap<V>
All Implemented Interfaces:
gnu.trove.map.TMap<String,V>, Externalizable, Serializable, Map<String,V>

public class CaseInsensitiveMap<V> extends gnu.trove.map.hash.TCustomHashMap<String,V>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class gnu.trove.map.hash.TCustomHashMap

    gnu.trove.map.hash.TCustomHashMap.EntryView, gnu.trove.map.hash.TCustomHashMap.KeyView, gnu.trove.map.hash.TCustomHashMap.ValueView
  • Field Summary

    Fields inherited from class gnu.trove.map.hash.TCustomHashMap

    _values

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

    strategy

    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
     
    CaseInsensitiveMap(Map<? extends String,? extends V> map)
     
  • Method Summary

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

    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.TCustomObjectHash

    equals, hash

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

    buildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolation

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

    calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, fastCeil, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, saturatedCast, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize

    Methods inherited from class java.lang.Object

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

    • CaseInsensitiveMap

      public CaseInsensitiveMap()
    • CaseInsensitiveMap

      public CaseInsensitiveMap(Map<? extends String,? extends V> map)