Uses of Interface
io.netty.util.collection.IntObjectMap.PrimitiveEntry
-
Packages that use IntObjectMap.PrimitiveEntry Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.util.collection -
-
Uses of IntObjectMap.PrimitiveEntry in io.netty.handler.codec.http2
Method parameters in io.netty.handler.codec.http2 with type arguments of type IntObjectMap.PrimitiveEntry Modifier and Type Method 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. -
Uses of IntObjectMap.PrimitiveEntry in io.netty.util.collection
Classes in io.netty.util.collection that implement IntObjectMap.PrimitiveEntry Modifier and Type Class Description private class
IntCollections.UnmodifiableMap.EntryImpl
Unmodifiable wrapper for an entry.private class
IntObjectHashMap.PrimitiveIterator
Iterator over primitive entries.Fields in io.netty.util.collection declared as IntObjectMap.PrimitiveEntry Modifier and Type Field Description private IntObjectMap.PrimitiveEntry<V>
IntCollections.UnmodifiableMap.EntryImpl. entry
Fields in io.netty.util.collection with type parameters of type IntObjectMap.PrimitiveEntry Modifier and Type Field 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
Methods in io.netty.util.collection that return IntObjectMap.PrimitiveEntry Modifier and Type Method Description IntObjectMap.PrimitiveEntry<V>
IntCollections.UnmodifiableMap.IteratorImpl. next()
IntObjectMap.PrimitiveEntry<V>
IntObjectHashMap.PrimitiveIterator. next()
Methods in io.netty.util.collection that return types with arguments of type IntObjectMap.PrimitiveEntry Modifier and Type Method 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>>
IntObjectHashMap. entries()
java.lang.Iterable<IntObjectMap.PrimitiveEntry<V>>
IntObjectMap. entries()
Gets an iterable to traverse over the primitive entries contained in this map.Constructors in io.netty.util.collection with parameters of type IntObjectMap.PrimitiveEntry Constructor Description EntryImpl(IntObjectMap.PrimitiveEntry<V> entry)
Constructor parameters in io.netty.util.collection with type arguments of type IntObjectMap.PrimitiveEntry Constructor Description IteratorImpl(java.util.Iterator<IntObjectMap.PrimitiveEntry<V>> iter)
-