Uses of Package
io.netty.util.collection
-
Packages that use io.netty.util.collection Package Description io.netty.util.collection -
Classes in io.netty.util.collection used by io.netty.util.collection Class Description ByteObjectMap Interface for a primitive map that usesbytes as keys.ByteObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()CharObjectMap Interface for a primitive map that useschars as keys.CharObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()IntObjectMap Interface for a primitive map that usesints as keys.IntObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()LongObjectMap Interface for a primitive map that useslongs as keys.LongObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()ShortObjectMap Interface for a primitive map that usesshorts as keys.ShortObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()