Class ConcurrentSkipListIntObjMultimap.Iter<T>
java.lang.Object
io.netty.util.concurrent.ConcurrentSkipListIntObjMultimap.Iter<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
ConcurrentSkipListIntObjMultimap.EntryIterator
- Enclosing class:
ConcurrentSkipListIntObjMultimap<V>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ConcurrentSkipListIntObjMultimap.Node<V> the last node returned by next()(package private) ConcurrentSkipListIntObjMultimap.Node<V> the next node to return from next();(package private) VCache of next value field to maintain weak consistency -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next
-
Field Details
-
lastReturned
ConcurrentSkipListIntObjMultimap.Node<V> lastReturnedthe last node returned by next() -
next
the next node to return from next(); -
nextValue
V nextValueCache of next value field to maintain weak consistency
-
-
Constructor Details
-
Iter
Iter()Initializes ascending iterator for entire range.
-
-
Method Details
-
hasNext
-
advance
Advances next to higher entry. -
remove
-