Package com.storedobject.common
Interface ListLoop<T>
- All Superinterfaces:
Iterable<T>
,Iterator<T>
,ListIterator<T>
,Loop<T>
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set