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