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