Uses of Interface
io.netty.util.collection.CharObjectMap
Packages that use CharObjectMap
Package
Description
Handlers for sending and receiving HTTP/2 frames.
-
Uses of CharObjectMap in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement CharObjectMapModifier and TypeClassDescriptionfinal classSettings for one endpoint in an HTTP/2 connection. -
Uses of CharObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement CharObjectMapModifier and TypeClassDescriptionprivate static final classAn empty map.private static final classAn unmodifiable wrapper around aCharObjectMap.classA hash map implementation ofCharObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as CharObjectMapModifier and TypeFieldDescriptionprivate static final CharObjectMap<Object> CharCollections.EMPTY_MAPprivate final CharObjectMap<V> CharCollections.UnmodifiableMap.mapMethods in io.netty.util.collection that return CharObjectMapModifier and TypeMethodDescriptionstatic <V> CharObjectMap<V> CharCollections.emptyMap()Returns an unmodifiable emptyCharObjectMap.static <V> CharObjectMap<V> CharCollections.unmodifiableMap(CharObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Methods in io.netty.util.collection with parameters of type CharObjectMapModifier and TypeMethodDescriptionstatic <V> CharObjectMap<V> CharCollections.unmodifiableMap(CharObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Constructors in io.netty.util.collection with parameters of type CharObjectMap