Package org.agrona.collections
Class UnmodifiableCollectionView.ReusableIterator
java.lang.Object
org.agrona.collections.UnmodifiableCollectionView.ReusableIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
- UnmodifiableCollectionView<V,
E>
public final class UnmodifiableCollectionView.ReusableIterator
extends Object
implements Iterator<V>
A stateful reusable iterator.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()private UnmodifiableCollectionView<V,E>.ReusableIterator reset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove