public final class CharCollections extends Object
Modifier and Type | Method and Description |
---|---|
static <V> CharObjectMap<V> |
emptyMap()
Returns an unmodifiable empty
CharObjectMap . |
static <V> CharObjectMap<V> |
unmodifiableMap(CharObjectMap<V> map)
Creates an unmodifiable wrapper around the given map.
|
public static <V> CharObjectMap<V> emptyMap()
CharObjectMap
.public static <V> CharObjectMap<V> unmodifiableMap(CharObjectMap<V> map)
Copyright © 2008–2017 The Netty Project. All rights reserved.