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