Package io.netty.util.collection
package io.netty.util.collection
-
ClassDescriptionUtilities for byte-based primitive collections.An empty map.An unmodifiable wrapper around a
ByteObjectMap
.A hash map implementation ofByteObjectMap
that uses open addressing for keys.Interface for a primitive map that usesbyte
s as keys.A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()
Utilities for char-based primitive collections.An empty map.An unmodifiable wrapper around aCharObjectMap
.A hash map implementation ofCharObjectMap
that uses open addressing for keys.Interface for a primitive map that useschar
s as keys.A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()
Utilities for int-based primitive collections.An empty map.An unmodifiable wrapper around aIntObjectMap
.A hash map implementation ofIntObjectMap
that uses open addressing for keys.IntObjectMap<V>Interface for a primitive map that usesint
s as keys.A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()
Utilities for long-based primitive collections.An empty map.An unmodifiable wrapper around aLongObjectMap
.A hash map implementation ofLongObjectMap
that uses open addressing for keys.Interface for a primitive map that useslong
s as keys.A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()
Utilities for short-based primitive collections.An empty map.An unmodifiable wrapper around aShortObjectMap
.A hash map implementation ofShortObjectMap
that uses open addressing for keys.Interface for a primitive map that usesshort
s as keys.A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()