Constructor and Description |
---|
CompoundEntryIterator(MainHandler m,
java.util.List<CompoundEntry> list) |
Modifier and Type | Method and Description |
---|---|
void |
add(ICompound e) |
ICompound |
current() |
boolean |
hasNext() |
boolean |
hasPrevious() |
ICompound |
next() |
int |
nextIndex() |
ICompound |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(ICompound e) |
public CompoundEntryIterator(MainHandler m, java.util.List<CompoundEntry> list)
public ICompound current()
public boolean hasNext()
public ICompound next()
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator<ICompound>
public ICompound previous()
previous
in interface java.util.ListIterator<ICompound>
public int nextIndex()
nextIndex
in interface java.util.ListIterator<ICompound>
public int previousIndex()
previousIndex
in interface java.util.ListIterator<ICompound>
public void remove()