Uses of Interface
io.netty.util.collection.ByteObjectMap
Packages that use ByteObjectMap
-
Uses of ByteObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement ByteObjectMapModifier and TypeClassDescriptionprivate static final classAn empty map.private static final classAn unmodifiable wrapper around aByteObjectMap.classA hash map implementation ofByteObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as ByteObjectMapModifier and TypeFieldDescriptionprivate static final ByteObjectMap<Object> ByteCollections.EMPTY_MAPprivate final ByteObjectMap<V> ByteCollections.UnmodifiableMap.mapMethods in io.netty.util.collection that return ByteObjectMapModifier and TypeMethodDescriptionstatic <V> ByteObjectMap<V> ByteCollections.emptyMap()Returns an unmodifiable emptyByteObjectMap.static <V> ByteObjectMap<V> ByteCollections.unmodifiableMap(ByteObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Methods in io.netty.util.collection with parameters of type ByteObjectMapModifier and TypeMethodDescriptionstatic <V> ByteObjectMap<V> ByteCollections.unmodifiableMap(ByteObjectMap<V> map) Creates an unmodifiable wrapper around the given map.Constructors in io.netty.util.collection with parameters of type ByteObjectMap