Interface ReversiblePeekingIterable<E>

All Superinterfaces:
Iterable<E>, ReversibleIterable<E>
All Known Implementing Classes:
DescendantNodeIterable, NodeIterable

public interface ReversiblePeekingIterable<E> extends ReversibleIterable<E>