java.lang.Object
io.ebeaninternal.json.ModifyAwareIterator<E>
- All Implemented Interfaces:
Iterator<E>
Wraps an iterator for the purposes of detecting modifications.
-
Constructor Summary
ConstructorsConstructorDescriptionModifyAwareIterator(ModifyAwareType owner, Iterator<E> it) Create with an Owner and the underlying Iterator this wraps. -
Method Summary
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
-
Constructor Details
-
ModifyAwareIterator
Create with an Owner and the underlying Iterator this wraps.The owner is notified of the removals.
-
-
Method Details