Package | Description |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
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() |
Copyright © 2008–2018 The Netty Project. All rights reserved.