|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.planet_ink.coffee_mud.core.collections.ConvertingListIterator<K,L>
public class ConvertingListIterator<K,L>
| Constructor Summary | |
|---|---|
ConvertingListIterator(java.util.ListIterator<K> i,
Converter<K,L> conv)
|
|
| Method Summary | |
|---|---|
void |
add(L arg0)
|
boolean |
hasNext()
|
boolean |
hasPrevious()
|
L |
next()
|
int |
nextIndex()
|
L |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(L arg0)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConvertingListIterator(java.util.ListIterator<K> i,
Converter<K,L> conv)
| Method Detail |
|---|
public void add(L arg0)
add in interface java.util.ListIterator<L>public boolean hasNext()
hasNext in interface java.util.Iterator<L>hasNext in interface java.util.ListIterator<L>public boolean hasPrevious()
hasPrevious in interface java.util.ListIterator<L>public L next()
next in interface java.util.Iterator<L>next in interface java.util.ListIterator<L>public int nextIndex()
nextIndex in interface java.util.ListIterator<L>public L previous()
previous in interface java.util.ListIterator<L>public int previousIndex()
previousIndex in interface java.util.ListIterator<L>public void remove()
remove in interface java.util.Iterator<L>remove in interface java.util.ListIterator<L>public void set(L arg0)
set in interface java.util.ListIterator<L>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||