- All Implemented Interfaces:
Iterable<T>
Iterable decorator that iterates the values of another
Iterable in reverse order.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Reverse
- Parameters:
delegate - Another Iterable.
-