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