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