public class ListIteratorProxy extends Object implements ListIterator
| Constructor and Description |
|---|
ListIteratorProxy(ListIterator li,
ObjectProxy lop) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object arg0) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object arg0) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ListIteratorProxy(ListIterator li, ObjectProxy lop)
public boolean hasNext()
hasNext in interface IteratorhasNext in interface ListIteratorpublic Object next()
next in interface Iteratornext in interface ListIteratorpublic boolean hasPrevious()
hasPrevious in interface ListIteratorpublic Object previous()
previous in interface ListIteratorpublic int nextIndex()
nextIndex in interface ListIteratorpublic int previousIndex()
previousIndex in interface ListIteratorpublic void remove()
remove in interface Iteratorremove in interface ListIteratorpublic void set(Object arg0)
set in interface ListIteratorpublic void add(Object arg0)
add in interface ListIteratorCopyright © 2003–2016 Sakai Project. All rights reserved.