软件包 | 描述 |
---|---|
io.netty.util.collection |
Modifier and Type | Class and Description |
---|---|
class |
ByteObjectHashMap<V>
ByteObjectMap 的哈希映射实现,它使用键的开放寻址。
|
Modifier and Type | Method and Description |
---|---|
static <V> ByteObjectMap<V> |
ByteCollections.emptyMap()
返回一个不可修改的空白 ByteObjectMap 。
|
static <V> ByteObjectMap<V> |
ByteCollections.unmodifiableMap(ByteObjectMap<V> map)
在给定的地图周围创建一个不可修改的包装。
|
Modifier and Type | Method and Description |
---|---|
static <V> ByteObjectMap<V> |
ByteCollections.unmodifiableMap(ByteObjectMap<V> map)
在给定的地图周围创建一个不可修改的包装。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.