Package org.dmfs.jems2.iterable
Class Sorted<T>
- java.lang.Object
-
- org.dmfs.jems2.iterable.Sorted<T>
-
- All Implemented Interfaces:
java.lang.Iterable<T>
public final class Sorted<T> extends java.lang.Object implements java.lang.Iterable<T>AnIterabledecorator which returns the elements of the delegate in a sorted order, determined by a givenComparator.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>iterator()
-