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 class
ByteCollections.UnmodifiableMap.EntryImpl
Unmodifiable wrapper for an entry.private class
ByteObjectHashMap.PrimitiveIterator
Iterator 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. entry
Fields 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. entries
private java.lang.Iterable<ByteObjectMap.PrimitiveEntry<V>>
ByteObjectHashMap. entries
(package private) java.util.Iterator<ByteObjectMap.PrimitiveEntry<V>>
ByteCollections.UnmodifiableMap.IteratorImpl. iter
Methods 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)
-