protected class ListView.ListViewIterator extends Object implements ListIterator<VIEW>
| Constructor and Description |
|---|
ListViewIterator(ListIterator<SOURCE> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(VIEW e) |
boolean |
hasNext() |
boolean |
hasPrevious() |
VIEW |
next() |
int |
nextIndex() |
VIEW |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(VIEW e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ListViewIterator(ListIterator<SOURCE> delegate)
public boolean hasNext()
public VIEW next()
public boolean hasPrevious()
hasPrevious in interface ListIterator<VIEW>public VIEW previous()
previous in interface ListIterator<VIEW>public int nextIndex()
nextIndex in interface ListIterator<VIEW>public int previousIndex()
previousIndex in interface ListIterator<VIEW>public void remove()
public void set(VIEW e)
set in interface ListIterator<VIEW>public void add(VIEW e)
add in interface ListIterator<VIEW>Copyright © 2017. All rights reserved.