T
- Type in the list to be iterated.public static class BloxLayout.ReverseReader<T>
extends java.lang.Object
implements java.util.Iterator<T>, java.lang.Iterable<T>
Constructor and Description |
---|
ReverseReader(java.util.List<T> list) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<T> |
iterator() |
T |
next() |
void |
remove() |
public ReverseReader(java.util.List<T> list)