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 class
An empty map.private static final class
An unmodifiable wrapper around aShortObjectMap
.class
A hash map implementation ofShortObjectMap
that uses open addressing for keys.Fields in io.netty.util.collection declared as ShortObjectMapModifier and TypeFieldDescriptionprivate static final ShortObjectMap
<Object> ShortCollections.EMPTY_MAP
private final ShortObjectMap
<V> ShortCollections.UnmodifiableMap.map
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.Constructors in io.netty.util.collection with parameters of type ShortObjectMap