Class ReverseListIterator<ELEMENTTYPE>
- java.lang.Object
-
- com.helger.commons.collection.iterate.ReverseListIterator<ELEMENTTYPE>
-
-
Constructor Summary
Constructors Constructor Description ReverseListIterator(List<? extends ELEMENTTYPE> aList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ELEMENTTYPEnext()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
ReverseListIterator
public ReverseListIterator(@Nonnull List<? extends ELEMENTTYPE> aList)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ELEMENTTYPE>
-
next
@Nullable public ELEMENTTYPE next()
- Specified by:
nextin interfaceIterator<ELEMENTTYPE>
-
-