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