Interface ReversibleOrderedSet<E>

All Superinterfaces:
Collection<E>, Iterable<E>, Set<E>

public interface ReversibleOrderedSet<E> extends Set<E>
A set that allows reverse iteration of the set elements, exposed via the reverseIterator() method. This only really makes sense for ordered Set implementations, such as sets which are linked.
Since:
4.0
Author:
Manik Surtani
  • Method Details

    • reverseIterator

      Iterator<E> reverseIterator()