Package | Description |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
Modifier and Type | Method and Description |
---|---|
Iterable<IntObjectMap.Entry<V>> |
IntObjectMap.entries()
Gets an iterable collection of the entries contained in this map.
|
Iterable<IntObjectMap.Entry<V>> |
IntObjectHashMap.entries() |
Iterator<IntObjectMap.Entry<V>> |
IntObjectHashMap.iterator() |
Copyright © 2008–2015 The Netty Project. All rights reserved.