Uses of Interface
io.netty5.util.collection.ByteObjectMap
-
Packages that use ByteObjectMap Package Description io.netty5.util.collection -
-
Uses of ByteObjectMap in io.netty5.util.collection
Classes in io.netty5.util.collection that implement ByteObjectMap Modifier and Type Class Description class
ByteObjectHashMap<V>
A hash map implementation ofByteObjectMap
that uses open addressing for keys.Methods in io.netty5.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.netty5.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.
-