Uses of Package
io.netty5.util.collection
-
Packages that use io.netty5.util.collection Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty5.util.collection -
Classes in io.netty5.util.collection used by io.netty5.handler.codec.http2 Class Description CharObjectHashMap A hash map implementation ofCharObjectMap
that uses open addressing for keys.CharObjectMap Interface for a primitive map that useschar
s as keys. -
Classes in io.netty5.util.collection used by io.netty5.util.collection Class Description ByteObjectMap Interface for a primitive map that usesbyte
s as keys.ByteObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()
CharObjectMap Interface for a primitive map that useschar
s as keys.CharObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()
IntObjectMap Interface for a primitive map that usesint
s as keys.IntObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()
LongObjectMap Interface for a primitive map that useslong
s as keys.LongObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()
ShortObjectMap Interface for a primitive map that usesshort
s as keys.ShortObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()