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