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, spliteratorMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface java.util.ListIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set