Uses of Package
io.netty.util.collection
-
Packages that use io.netty.util.collection Package Description io.netty.handler.codec.dns DNS codec.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.resolver.dns An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously, which supports the queries of an arbitrary DNS record type as well.io.netty.util.collection -
Classes in io.netty.util.collection used by io.netty.handler.codec.dns Class Description IntObjectHashMap A hash map implementation ofIntObjectMapthat uses open addressing for keys. -
Classes in io.netty.util.collection used by io.netty.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.IntObjectMap Interface for a primitive map that usesints as keys.IntObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromIntObjectMap.entries() -
Classes in io.netty.util.collection used by io.netty.handler.codec.redis Class Description LongObjectMap Interface for a primitive map that useslongs as keys. -
Classes in io.netty.util.collection used by io.netty.resolver.dns Class Description IntObjectMap Interface for a primitive map that usesints as keys. -
Classes in io.netty.util.collection used by io.netty.util.collection Class Description ByteObjectHashMap.PrimitiveIterator Iterator over primitive entries.ByteObjectMap Interface for a primitive map that usesbytes as keys.ByteObjectMap.PrimitiveEntry A primitive entry in the map, provided by the iterator fromByteObjectMap.entries()CharObjectHashMap.PrimitiveIterator Iterator over primitive 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()IntObjectHashMap.PrimitiveIterator Iterator over primitive 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()LongObjectHashMap.PrimitiveIterator Iterator over primitive 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()ShortObjectHashMap.PrimitiveIterator Iterator over primitive 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()