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