T
- the type of elements returned by the iteratorpublic interface IBackwardsIterable<T>
backwards()
can be used by a "foreach" statement.Modifier and Type | Method and Description |
---|---|
default java.lang.Iterable<T> |
backwards()
Returns an Iterable that iterates the elements backwards using the
Iterator returned by
backwardsIterator() . |
java.util.Iterator<T> |
backwardsIterator()
Returns an Iterator that iterates the elements backwards.
|
java.util.Iterator<T> backwardsIterator()
default java.lang.Iterable<T> backwards()
backwardsIterator()
.Copyright 2020 Kieker Project, http://kieker-monitoring.net