程序包 | 说明 |
---|---|
io.netty.util.collection |
Utility classes for commonly used collections.
|
限定符和类型 | 方法和说明 |
---|---|
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() |