Class UnmodifiableCollectionView.ReusableIterator
java.lang.Object
org.agrona.collections.UnmodifiableCollectionView.ReusableIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
UnmodifiableCollectionView<V,E>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()private UnmodifiableCollectionView<V,E>.ReusableIterator reset()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
delegate
-
-
Constructor Details
-
ReusableIterator
public ReusableIterator()Create a new instance.
-
-
Method Details
-
hasNext
-
next
-
reset
-