Package io.netty.util.collection
package io.netty.util.collection
-
ClassDescriptionUtilities for byte-based primitive collections.A hash map implementation of
ByteObjectMapthat uses open addressing for keys.Interface for a primitive map that usesbytes as keys.A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()Utilities for char-based primitive collections.A hash map implementation ofCharObjectMapthat uses open addressing for keys.Interface for a primitive map that useschars as keys.A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()Utilities for int-based primitive collections.A hash map implementation ofIntObjectMapthat uses open addressing for keys.IntObjectMap<V>Interface for a primitive map that usesints as keys.A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()Utilities for long-based primitive collections.A hash map implementation ofLongObjectMapthat uses open addressing for keys.Interface for a primitive map that useslongs as keys.A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()Utilities for short-based primitive collections.A hash map implementation ofShortObjectMapthat uses open addressing for keys.Interface for a primitive map that usesshorts as keys.A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()