Package | Description |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
Modifier and Type | Class and Description |
---|---|
private class |
IntObjectHashMap.IteratorImpl
Iterator for traversing the entries in this map.
|
Modifier and Type | Method and Description |
---|---|
IntObjectMap.Entry<V> |
IntObjectHashMap.IteratorImpl.next() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IntObjectMap.Entry<V>> |
IntObjectMap.entries()
Gets an iterable collection of the entries contained in this map.
|
java.lang.Iterable<IntObjectMap.Entry<V>> |
IntObjectHashMap.entries() |
java.util.Iterator<IntObjectMap.Entry<V>> |
IntObjectHashMap.iterator() |