Package net.didion.jwnl.util
Class TypeCheckingList.TypeCheckingListIterator
java.lang.Object
net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
- All Implemented Interfaces:
Iterator,ListIterator
- Enclosing class:
TypeCheckingList
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCreate a TypeCheckingListIterator from a ListIterator. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
_itr
-
-
Constructor Details
-
TypeCheckingListIterator
Create a TypeCheckingListIterator from a ListIterator.
-
-
Method Details
-
getType
-
set
- Specified by:
setin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator- Specified by:
hasNextin interfaceListIterator
-
next
- Specified by:
nextin interfaceIterator- Specified by:
nextin interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
remove
public void remove()- Specified by:
removein interfaceIterator- Specified by:
removein interfaceListIterator
-
getListIterator
-