Uses of Interface
io.netty5.util.collection.ShortObjectMap
-
Packages that use ShortObjectMap Package Description io.netty5.util.collection -
-
Uses of ShortObjectMap in io.netty5.util.collection
Classes in io.netty5.util.collection that implement ShortObjectMap Modifier and Type Class Description class
ShortObjectHashMap<V>
A hash map implementation ofShortObjectMap
that uses open addressing for keys.Methods in io.netty5.util.collection that return ShortObjectMap Modifier and Type Method Description static <V> ShortObjectMap<V>
ShortCollections. emptyMap()
Returns an unmodifiable emptyShortObjectMap
.static <V> ShortObjectMap<V>
ShortCollections. unmodifiableMap(ShortObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.Methods in io.netty5.util.collection with parameters of type ShortObjectMap Modifier and Type Method Description static <V> ShortObjectMap<V>
ShortCollections. unmodifiableMap(ShortObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
-