Package opennlp.tools.util
Class ReverseListIterator<T>
- java.lang.Object
- 
- opennlp.tools.util.ReverseListIterator<T>
 
- 
- 
Constructor SummaryConstructors Constructor Description ReverseListIterator(List<T> list)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Tnext()voidremove()- 
Methods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
-