|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.olduvai.accordiondrawer.SplitAxis.AxisIterator
public class SplitAxis.AxisIterator
Iterator for the SplitAxis class of objects.
Field Summary | |
---|---|
private SplitLine |
currLine
Iterator state, the current pointed to split line. |
private int |
fModCount
Set to SplitAxis.modCount , protection against a dynamic structure changing during the life of an iterator. |
Constructor Summary | |
---|---|
SplitAxis.AxisIterator()
Creates iterator object, initializes state values. |
Method Summary | |
---|---|
boolean |
hasNext()
Test state to see if there are split lines after the current line. |
SplitLine |
next()
Get the next split line in the axis from the current value of currLine . |
void |
remove()
Stub function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private SplitLine currLine
private int fModCount
SplitAxis.modCount
, protection against a dynamic structure changing during the life of an iterator.
Constructor Detail |
---|
public SplitAxis.AxisIterator()
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator<SplitLine>
currLine
.public SplitLine next()
currLine
.
next
in interface java.util.Iterator<SplitLine>
public void remove()
remove
in interface java.util.Iterator<SplitLine>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |