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