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