Interface ReversibleIterable<E>

All Superinterfaces:
Iterable<E>
All Known Subinterfaces:
ReversibleIndexedIterable<E>, ReversiblePeekingIterable<E>
All Known Implementing Classes:
ArrayIterable, BitIntegerSet, BitSetIterable, DescendantNodeIterable, IndexedItemIterable, IndexedIterable, NodeIterable, Reverse

public interface ReversibleIterable<E> extends Iterable<E>