Package org.eclipse.collections.api.ordered


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