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>

    Nested classes/interfaces inherited from interface java.util.Map

    Map.Entry<K,V>
  • 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, values

    Fields inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction

    defRetValue

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    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, values

    Methods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectMap

    equals, toString

    Methods inherited from class it.unimi.dsi.fastutil.bytes.AbstractByte2ObjectFunction

    defaultReturnValue, defaultReturnValue

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods 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, composeShort

    Methods inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectMap

    computeIfAbsentPartial, containsKey, defaultReturnValue, defaultReturnValue, forEach, forEach, get, getOrDefault, put, remove

    Methods inherited from interface it.unimi.dsi.fastutil.bytes.Byte2ObjectSortedMap

    entrySet, firstKey, headMap, lastKey, subMap, tailMap

    Methods inherited from interface it.unimi.dsi.fastutil.Function

    apply

    Methods inherited from interface java.util.function.Function

    andThen

    Methods inherited from interface java.util.SortedMap

    putFirst, putLast, reversed