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 TypeClassDescriptionprivate static final classAn empty map.private static final classAn unmodifiable wrapper around aShortObjectMap.classA hash map implementation ofShortObjectMapthat uses open addressing for keys.Fields in io.netty.util.collection declared as ShortObjectMapModifier and TypeFieldDescriptionprivate static final ShortObjectMap<Object> ShortCollections.EMPTY_MAPprivate final ShortObjectMap<V> ShortCollections.UnmodifiableMap.mapMethods 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.Constructors in io.netty.util.collection with parameters of type ShortObjectMap