Uses of Interface
io.netty.util.collection.ShortObjectMap
Packages that use ShortObjectMap
-
Uses of ShortObjectMap in io.netty.util.collection
Classes in io.netty.util.collection that implement ShortObjectMapModifier and TypeClassDescriptionclassA hash map implementation ofShortObjectMapthat uses open addressing for keys.Methods in io.netty.util.collection that return ShortObjectMapModifier and TypeMethodDescriptionstatic <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 ShortObjectMapModifier and TypeMethodDescriptionstatic <V> ShortObjectMap<V> ShortCollections.unmodifiableMap(ShortObjectMap<V> map) Creates an unmodifiable wrapper around the given map.