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 ofCharObjectMapthat uses open addressing for keys.CharObjectMap Interface for a primitive map that useschars as keys. -
Classes in io.netty5.util.collection used by io.netty5.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()