Package org.jboss.weld.util.collections
Class ListView.ListViewIterator
java.lang.Object
org.jboss.weld.util.collections.ListView.ListViewIterator
- All Implemented Interfaces:
Iterator<VIEW>,ListIterator<VIEW>
-
Field Details
-
delegate
-
-
Constructor Details
-
ListViewIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<VIEW>
-
previous
- Specified by:
previousin interfaceListIterator<VIEW>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<VIEW>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<VIEW>
-
remove
public void remove() -
set
- Specified by:
setin interfaceListIterator<VIEW>
-
add
- Specified by:
addin interfaceListIterator<VIEW>
-