Package net.md_5.bungee.util
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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CaseInsensitiveMap()CaseInsensitiveMap(Map<? extends String,? extends V> map)
 - 
Method Summary- 
Methods inherited from class gnu.trove.map.hash.TCustomHashMapclear, 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.TObjectHashbuildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolation
 - 
Methods inherited from class gnu.trove.impl.hash.THashcalculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, fastCeil, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, saturatedCast, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSize
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, size
 
- 
 
-