Package io.netty.util.collection
Class ByteObjectHashMap.EntrySet
- All Implemented Interfaces:
Iterable<Map.Entry<Byte,
,V>> Collection<Map.Entry<Byte,
,V>> Set<Map.Entry<Byte,
V>>
- Enclosing class:
ByteObjectHashMap<V>
Set implementation for iterating over the entries of the map.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
EntrySet
private EntrySet()
-
-
Method Details
-
iterator
-
size
public int size()
-