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