Class LegacyServerMap
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<ServerInfo>
net.ME1312.SubServers.Bungee.Library.Compatibility.LegacyServerMap
- All Implemented Interfaces:
gnu.trove.map.TMap<String,,ServerInfo> Externalizable,Serializable,Map<String,ServerInfo>
Legacy Server Map Translation Class
- 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
_valuesFields inherited from class gnu.trove.impl.hash.TCustomObjectHash
strategyFields inherited from class gnu.trove.impl.hash.TObjectHash
_set, consumeFreeSlot, FREE, REMOVEDFields inherited from class gnu.trove.impl.hash.THash
_autoCompactionFactor, _autoCompactRemovesRemaining, _autoCompactTemporaryDisable, _free, _loadFactor, _maxSize, _size, DEFAULT_CAPACITY, DEFAULT_LOAD_FACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gnu.trove.map.hash.TCustomHashMap
containsKey, containsValue, entrySet, equals, forEachEntry, forEachKey, forEachValue, get, hashCode, keySet, putAll, putIfAbsent, readExternal, rehash, removeAt, retainEntries, setUp, toString, transformValues, values, writeExternalMethods inherited from class gnu.trove.impl.hash.TCustomObjectHash
equals, hashMethods inherited from class gnu.trove.impl.hash.TObjectHash
buildObjectContractViolation, capacity, contains, dumpExtraInfo, forEach, index, insertionIndex, insertKey, objectInfo, reportPotentialConcurrentMod, throwObjectContractViolation, throwObjectContractViolationMethods inherited from class gnu.trove.impl.hash.THash
calculateGrownCapacity, compact, computeMaxSize, computeNextAutoCompactionAmount, ensureCapacity, fastCeil, getAutoCompactionFactor, isEmpty, postInsertHook, reenableAutoCompaction, saturatedCast, setAutoCompactionFactor, size, tempDisableAutoCompaction, trimToSizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, isEmpty, merge, remove, replace, replace, replaceAll, size
-
Constructor Details
-
LegacyServerMap
public LegacyServerMap() -
LegacyServerMap
-
-
Method Details
-
put
- Specified by:
putin interfaceMap<String,ServerInfo> - Overrides:
putin classgnu.trove.map.hash.TCustomHashMap<String,ServerInfo>
-
remove
- Specified by:
removein interfaceMap<String,ServerInfo> - Overrides:
removein classgnu.trove.map.hash.TCustomHashMap<String,ServerInfo>
-
clear
public void clear()- Specified by:
clearin interfaceMap<String,ServerInfo> - Overrides:
clearin classgnu.trove.map.hash.TCustomHashMap<String,ServerInfo>
-