Package com.storedobject.common
Interface ListLoop<T>
- Type Parameters:
T- The type of elements managed by this ListLoop.
- All Superinterfaces:
Iterable<T>,Iterator<T>,ListIterator<T>,Loop<T>
A specialized interface combining the functionality of Loop and ListIterator.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set