Class CompoundEntryIterator
- java.lang.Object
-
- org.cakelab.jdoxml.impl.mainhandler.CompoundEntryIterator
-
-
Constructor Summary
Constructors Constructor Description CompoundEntryIterator(MainHandler m, java.util.List<CompoundEntry> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
CompoundEntryIterator
public CompoundEntryIterator(MainHandler m, java.util.List<CompoundEntry> list)
-
-
Method Detail
-
current
public ICompound current()
-
hasNext
public boolean hasNext()
-
next
public ICompound next()
-
hasPrevious
public boolean hasPrevious()
- Specified by:
hasPrevious
in interfacejava.util.ListIterator<ICompound>
-
previous
public ICompound previous()
- Specified by:
previous
in interfacejava.util.ListIterator<ICompound>
-
nextIndex
public int nextIndex()
- Specified by:
nextIndex
in interfacejava.util.ListIterator<ICompound>
-
previousIndex
public int previousIndex()
- Specified by:
previousIndex
in interfacejava.util.ListIterator<ICompound>
-
remove
public void remove()
-
-