public static class FunctionUtils.UnmodifiableListIterator<T> extends Object implements UnmodListIterator<T>, Serializable
FunctionUtils.unmodListIterator(ListIterator).UnmodSortedIterator.Wrapper<E>| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
hasPrevious() |
T |
next() |
int |
nextIndex() |
T |
previous() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, previousIndex, remove, setforEachRemainingpublic boolean hasNext()
public T next()
public boolean hasPrevious()
hasPrevious in interface ListIterator<T>public T previous()
previous in interface ListIterator<T>public int nextIndex()
nextIndex in interface ListIterator<T>Copyright © 2017. All rights reserved.