Package opennlp.tools.util
Class ReverseListIterator<T>
java.lang.Object
opennlp.tools.util.ReverseListIterator<T>
- All Implemented Interfaces:
Iterator<T>
An iterator for a list which returns values in the opposite order as the typical list iterator.