Uses of Interface
io.netty.util.collection.LongObjectMap.PrimitiveEntry
-
Packages that use LongObjectMap.PrimitiveEntry Package Description io.netty.util.collection -
-
Uses of LongObjectMap.PrimitiveEntry in io.netty.util.collection
Classes in io.netty.util.collection that implement LongObjectMap.PrimitiveEntry Modifier and Type Class Description private classLongCollections.UnmodifiableMap.EntryImplUnmodifiable wrapper for an entry.private classLongObjectHashMap.PrimitiveIteratorIterator over primitive entries.Fields in io.netty.util.collection declared as LongObjectMap.PrimitiveEntry Modifier and Type Field Description private LongObjectMap.PrimitiveEntry<V>LongCollections.UnmodifiableMap.EntryImpl. entryFields in io.netty.util.collection with type parameters of type LongObjectMap.PrimitiveEntry Modifier and Type Field Description private java.lang.Iterable<LongObjectMap.PrimitiveEntry<V>>LongCollections.UnmodifiableMap. entriesprivate java.lang.Iterable<LongObjectMap.PrimitiveEntry<V>>LongObjectHashMap. entries(package private) java.util.Iterator<LongObjectMap.PrimitiveEntry<V>>LongCollections.UnmodifiableMap.IteratorImpl. iterMethods in io.netty.util.collection that return LongObjectMap.PrimitiveEntry Modifier and Type Method Description LongObjectMap.PrimitiveEntry<V>LongCollections.UnmodifiableMap.IteratorImpl. next()LongObjectMap.PrimitiveEntry<V>LongObjectHashMap.PrimitiveIterator. next()Methods in io.netty.util.collection that return types with arguments of type LongObjectMap.PrimitiveEntry Modifier and Type Method Description java.lang.Iterable<LongObjectMap.PrimitiveEntry<java.lang.Object>>LongCollections.EmptyMap. entries()java.lang.Iterable<LongObjectMap.PrimitiveEntry<V>>LongCollections.UnmodifiableMap. entries()java.lang.Iterable<LongObjectMap.PrimitiveEntry<V>>LongObjectHashMap. entries()java.lang.Iterable<LongObjectMap.PrimitiveEntry<V>>LongObjectMap. entries()Gets an iterable to traverse over the primitive entries contained in this map.Constructors in io.netty.util.collection with parameters of type LongObjectMap.PrimitiveEntry Constructor Description EntryImpl(LongObjectMap.PrimitiveEntry<V> entry)Constructor parameters in io.netty.util.collection with type arguments of type LongObjectMap.PrimitiveEntry Constructor Description IteratorImpl(java.util.Iterator<LongObjectMap.PrimitiveEntry<V>> iter)
-