Class ModifyAwareIterator<E>
java.lang.Object
io.ebeaninternal.json.ModifyAwareIterator<E>
- All Implemented Interfaces:
Iterator<E>
-
Constructor Summary
ConstructorsConstructorDescriptionModifyAwareIterator(io.ebean.ModifyAwareType owner, Iterator<E> it) Create with an Owner and the underlying Iterator this wraps. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
ModifyAwareIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-