Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
io.netty.util.collection |
Modifier and Type | Method and Description |
---|---|
(package private) void |
WeightedFairQueueByteDistributor.State.takeChild(java.util.Iterator<IntObjectMap.PrimitiveEntry<WeightedFairQueueByteDistributor.State>> childItr,
WeightedFairQueueByteDistributor.State child,
boolean exclusive,
java.util.List<WeightedFairQueueByteDistributor.ParentChangedEvent> events)
Adds a child to this priority.
|
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>> |
IntObjectMap.entries()
Gets an iterable to traverse over the primitive entries contained in this map.
|
java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>> |
IntObjectHashMap.entries() |
Constructor and Description |
---|
EntryImpl(IntObjectMap.PrimitiveEntry<V> entry) |
Constructor and Description |
---|
IteratorImpl(java.util.Iterator<IntObjectMap.PrimitiveEntry<V>> iter) |