Uses of Package
io.netty.util.collection
Packages that use io.netty.util.collection
Package
Description
Handlers for sending and receiving HTTP/2 frames.
-
Classes in io.netty.util.collection used by io.netty.handler.codec.http2ClassDescriptionA hash map implementation of
CharObjectMapthat uses open addressing for keys.Interface for a primitive map that useschars as keys. -
Classes in io.netty.util.collection used by io.netty.util.collectionClassDescriptionInterface for a primitive map that uses
bytes as keys.A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()Interface for a primitive map that useschars as keys.A primitive entry in the map, provided by the iterator fromCharObjectMap.entries()Interface for a primitive map that usesints as keys.A primitive entry in the map, provided by the iterator fromIntObjectMap.entries()Interface for a primitive map that useslongs as keys.A primitive entry in the map, provided by the iterator fromLongObjectMap.entries()Interface for a primitive map that usesshorts as keys.A primitive entry in the map, provided by the iterator fromShortObjectMap.entries()