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