Package | Description |
---|---|
io.netty.util.collection |
Modifier and Type | Class and Description |
---|---|
private class |
IntCollections.UnmodifiableMap.EntryImpl
Unmodifiable wrapper for an entry.
|
private class |
IntObjectHashMap.PrimitiveIterator
Iterator over primitive entries.
|
Modifier and Type | Field and Description |
---|---|
private IntObjectMap.PrimitiveEntry<V> |
IntCollections.UnmodifiableMap.EntryImpl.entry |
Modifier and Type | Field and Description |
---|---|
private java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntCollections.UnmodifiableMap.entries |
private java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntObjectHashMap.entries |
(package private) java.util.Iterator<IntObjectMap.PrimitiveEntry<V>> |
IntCollections.UnmodifiableMap.IteratorImpl.iter |
Modifier and Type | Method and Description |
---|---|
IntObjectMap.PrimitiveEntry<V> |
IntCollections.UnmodifiableMap.IteratorImpl.next() |
IntObjectMap.PrimitiveEntry<V> |
IntObjectHashMap.PrimitiveIterator.next() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IntObjectMap.PrimitiveEntry<java.lang.Object>> |
IntCollections.EmptyMap.entries() |
java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntCollections.UnmodifiableMap.entries() |
java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntObjectHashMap.entries() |
java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntObjectMap.entries()
Gets an iterable to traverse over the primitive entries contained in this map.
|
Constructor and Description |
---|
EntryImpl(IntObjectMap.PrimitiveEntry<V> entry) |
Constructor and Description |
---|
IteratorImpl(java.util.Iterator<IntObjectMap.PrimitiveEntry<V>> iter) |