public final class Descending<T extends java.lang.Comparable<? super T>> extends DelegatingIterable<T>
Iterable decorator which returns the elements of the delegate in their natural descending order.| Constructor and Description |
|---|
Descending(java.lang.Iterable<T> delegate) |
iteratorpublic Descending(java.lang.Iterable<T> delegate)