Class ShortCollections
java.lang.Object
io.netty.util.collection.ShortCollections
Utilities for short-based primitive collections.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V> ShortObjectMap<V> emptyMap()Returns an unmodifiable emptyShortObjectMap.static <V> ShortObjectMap<V> unmodifiableMap(ShortObjectMap<V> map) Creates an unmodifiable wrapper around the given map.
-
Method Details
-
emptyMap
Returns an unmodifiable emptyShortObjectMap. -
unmodifiableMap
Creates an unmodifiable wrapper around the given map.
-