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