|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.net4j.util.container.delegate.AbstractDelegator.DelegatingIterator
org.eclipse.net4j.util.container.delegate.ContainerList.DelegatingListIterator
public class ContainerList.DelegatingListIterator
Field Summary |
---|
Fields inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegator.DelegatingIterator |
---|
last |
Constructor Summary | |
---|---|
ContainerList.DelegatingListIterator(java.util.ListIterator<E> delegate)
|
Method Summary | |
---|---|
void |
add(E o)
|
java.util.ListIterator<E> |
getDelegate()
|
boolean |
hasPrevious()
|
int |
nextIndex()
|
E |
previous()
|
int |
previousIndex()
|
void |
set(E o)
|
Methods inherited from class org.eclipse.net4j.util.container.delegate.AbstractDelegator.DelegatingIterator |
---|
hasNext, next, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.ListIterator |
---|
hasNext, next, remove |
Constructor Detail |
---|
public ContainerList.DelegatingListIterator(java.util.ListIterator<E> delegate)
Method Detail |
---|
public java.util.ListIterator<E> getDelegate()
getDelegate
in class AbstractDelegator.DelegatingIterator
public void add(E o)
add
in interface java.util.ListIterator<E>
public void set(E o)
set
in interface java.util.ListIterator<E>
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<E>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<E>
public E previous()
previous
in interface java.util.ListIterator<E>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<E>
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |