Package io.netty.util.collection
-
Interface Summary Interface Description ByteObjectMap<V> Interface for a primitive map that usesbytes as keys.ByteObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()CharObjectMap<V> Interface for a primitive map that useschars as keys.CharObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()IntObjectMap<V> Interface for a primitive map that usesints as keys.IntObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()LongObjectMap<V> Interface for a primitive map that useslongs as keys.LongObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()ShortObjectMap<V> Interface for a primitive map that usesshorts as keys.ShortObjectMap.PrimitiveEntry<V> A primitive entry in the map, provided by the iterator fromShortObjectMap.entries() -
Class Summary Class Description ByteCollections Utilities for byte-based primitive collections.ByteCollections.EmptyMap An empty map.ByteCollections.UnmodifiableMap<V> An unmodifiable wrapper around aByteObjectMap.ByteObjectHashMap<V> A hash map implementation ofByteObjectMapthat uses open addressing for keys.CharCollections Utilities for char-based primitive collections.CharCollections.EmptyMap An empty map.CharCollections.UnmodifiableMap<V> An unmodifiable wrapper around aCharObjectMap.CharObjectHashMap<V> A hash map implementation ofCharObjectMapthat uses open addressing for keys.IntCollections Utilities for int-based primitive collections.IntCollections.EmptyMap An empty map.IntCollections.UnmodifiableMap<V> An unmodifiable wrapper around aIntObjectMap.IntObjectHashMap<V> A hash map implementation ofIntObjectMapthat uses open addressing for keys.LongCollections Utilities for long-based primitive collections.LongCollections.EmptyMap An empty map.LongCollections.UnmodifiableMap<V> An unmodifiable wrapper around aLongObjectMap.LongObjectHashMap<V> A hash map implementation ofLongObjectMapthat uses open addressing for keys.ShortCollections Utilities for short-based primitive collections.ShortCollections.EmptyMap An empty map.ShortCollections.UnmodifiableMap<V> An unmodifiable wrapper around aShortObjectMap.ShortObjectHashMap<V> A hash map implementation ofShortObjectMapthat uses open addressing for keys.