Package org.eclipse.collections.api.ordered
-
Interface Summary Interface Description OrderedIterable<T> An OrderedIterable is a RichIterable with some meaningful order, such as insertion order, access order, or sorted order.ReversibleIterable<T> A ReversibleIterable is an ordered iterable that you can iterate over forwards or backwards.SortedIterable<T> A SortedIterable is an ordered iterable where the elements are stored in sorted order defined by a non-strict partial order relation.