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