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