Class Sorted<T>

java.lang.Object
org.dmfs.jems2.iterable.Sorted<T>
All Implemented Interfaces:
Iterable<T>

public final class Sorted<T> extends Object implements Iterable<T>
An Iterable decorator which returns the elements of the delegate in a sorted order, determined by a given Comparator.