Uses of Interface
io.netty.util.collection.ByteObjectMap
-
Packages that use ByteObjectMap Package Description io.netty.util.collection -
-
Uses of ByteObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement ByteObjectMap Modifier and Type Class Description private static classByteCollections.EmptyMapAn empty map.private static classByteCollections.UnmodifiableMap<V>An unmodifiable wrapper around aByteObjectMap.classByteObjectHashMap<V>A hash map implementation ofByteObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as ByteObjectMap Modifier and Type Field Description private static ByteObjectMap<java.lang.Object>ByteCollections. EMPTY_MAPprivate ByteObjectMap<V>ByteCollections.UnmodifiableMap. mapMethods in io.netty.util.collection that return ByteObjectMap Modifier and Type Method Description static <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 ByteObjectMap Modifier and Type Method Description static <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 Constructor Description UnmodifiableMap(ByteObjectMap<V> map)
-