Package org.infinispan.commons.util
Interface ReversibleOrderedSet<E>
- All Superinterfaces:
Collection<E>
,Iterable<E>
,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 Summary
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Method Details
-
reverseIterator
-