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 classShortCollections.UnmodifiableMap.EntryImplUnmodifiable wrapper for an entry.private classShortObjectHashMap.PrimitiveIteratorIterator 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. entryFields 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. entriesprivate java.lang.Iterable<ShortObjectMap.PrimitiveEntry<V>>ShortObjectHashMap. entries(package private) java.util.Iterator<ShortObjectMap.PrimitiveEntry<V>>ShortCollections.UnmodifiableMap.IteratorImpl. iterMethods 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)
-