public final class CharCollections
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <V> CharObjectMap<V> |
emptyMap()
返回一个不可修改的空白 CharObjectMap 。
|
static <V> CharObjectMap<V> |
unmodifiableMap(CharObjectMap<V> map)
在给定的地图周围创建一个不可修改的包装。
|
public static <V> CharObjectMap<V> emptyMap()
CharObjectMap
。
public static <V> CharObjectMap<V> unmodifiableMap(CharObjectMap<V> map)
Copyright © 2008–2018 The Netty Project. All rights reserved.