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