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