Package | Description |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
Modifier and Type | Class and Description |
---|---|
class |
IntObjectHashMap<V>
A hash map implementation of
IntObjectMap that uses open addressing for keys. |
Modifier and Type | Method and Description |
---|---|
void |
IntObjectMap.putAll(IntObjectMap<V> sourceMap)
Puts all of the entries from the given map into this map.
|
void |
IntObjectHashMap.putAll(IntObjectMap<V> sourceMap) |
Copyright © 2008–2018 The Netty Project. All rights reserved.