java.lang.Object
swim.structure.collections.ValueIterator<T>
swim.structure.collections.ValueListIterator<T>
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>
-
Field Summary
Fields inherited from class swim.structure.collections.ValueIterator
inner, valueForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleaninner()intprevious()intvoid<T2> ValueListIterator<T2>valueClass(Class<T2> valueClass) <T2> ValueListIterator<T2>Methods inherited from class swim.structure.collections.ValueIterator
hasNext, next, remove, valueFormMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemainingMethods inherited from interface java.util.ListIterator
hasNext, next, remove
-
Constructor Details
-
ValueListIterator
-
-
Method Details
-
valueForm
- Overrides:
valueFormin classValueIterator<T>
-
valueClass
- Overrides:
valueClassin classValueIterator<T>
-
inner
- Overrides:
innerin classValueIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
add
- Specified by:
addin interfaceListIterator<T>
-
set
- Specified by:
setin interfaceListIterator<T>
-