Class NetHashMap
java.lang.Object
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction<AbstractNetworkPacket>
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap<AbstractNetworkPacket>
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap<AbstractNetworkPacket>
it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap<AbstractNetworkPacket>
io.github.kosmx.emotes.common.network.objects.NetHashMap
- All Implemented Interfaces:
it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction<AbstractNetworkPacket>,it.unimi.dsi.fastutil.bytes.Byte2ObjectMap<AbstractNetworkPacket>,it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap<AbstractNetworkPacket>,it.unimi.dsi.fastutil.Function<Byte,,AbstractNetworkPacket> it.unimi.dsi.fastutil.Hash,Serializable,Cloneable,Function<Byte,,AbstractNetworkPacket> IntFunction<AbstractNetworkPacket>,Map<Byte,,AbstractNetworkPacket> SequencedMap<Byte,,AbstractNetworkPacket> SortedMap<Byte,AbstractNetworkPacket>
public class NetHashMap
extends it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap<AbstractNetworkPacket>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.KeySetIterator<V>, it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesCollection, it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectSortedMap.ValuesIterator<V>Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntry<V>, it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap.BasicEntrySet<V>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.Entry<V>, it.unimi.dsi.fastutil.bytes.Byte2ObjectMap.FastEntrySet<V>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap.FastSortedEntrySet<V>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.Hash
it.unimi.dsi.fastutil.Hash.Strategy<K> -
Field Summary
Fields inherited from class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
containsNullKey, entries, f, first, key, keys, last, link, mask, maxFill, minN, n, size, value, valuesFields inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction
defRetValueFields inherited from interface it.unimi.dsi.fastutil.Hash
DEFAULT_GROWTH_FACTOR, DEFAULT_INITIAL_SIZE, DEFAULT_LOAD_FACTOR, FAST_LOAD_FACTOR, FREE, OCCUPIED, PRIMES, REMOVED, VERY_FAST_LOAD_FACTOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.unimi.dsi.fastutil.bytes.Byte2ObjectLinkedOpenHashMap
byte2ObjectEntrySet, clear, clone, comparator, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, containsKey, containsValue, ensureCapacity, firstByteKey, fixPointers, fixPointers, get, getAndMoveToFirst, getAndMoveToLast, getOrDefault, hashCode, headMap, isEmpty, keySet, lastByteKey, merge, put, putAll, putAndMoveToFirst, putAndMoveToLast, putIfAbsent, rehash, remove, remove, removeFirst, removeLast, replace, replace, shiftKeys, size, subMap, tailMap, trim, trim, valuesMethods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap
equals, toStringMethods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction
defaultReturnValue, defaultReturnValueMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectFunction
andThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, apply, compose, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShortMethods inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap
computeIfAbsentPartial, containsKey, defaultReturnValue, defaultReturnValue, forEach, forEach, get, getOrDefault, put, removeMethods inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap
entrySet, firstKey, headMap, lastKey, subMap, tailMapMethods inherited from interface it.unimi.dsi.fastutil.Function
applyMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, containsKey, equals, get, getOrDefault, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAllMethods inherited from interface java.util.SequencedMap
firstEntry, lastEntry, pollFirstEntry, pollLastEntry, sequencedEntrySet, sequencedKeySet, sequencedValues
-
Constructor Details
-
NetHashMap
-
-
Method Details
-
put
-