程序包 | 说明 |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
限定符和类型 | 类和说明 |
---|---|
class |
IntObjectHashMap<V>
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
限定符和类型 | 方法和说明 |
---|---|
void |
IntObjectMap.putAll(IntObjectMap<V> sourceMap)
Puts all of the entries from the given map into this map.
|
void |
IntObjectHashMap.putAll(IntObjectMap<V> sourceMap) |