org.vectomatic.common.model
Class DrawingModel.AscendingIterator

java.lang.Object
  extended by org.vectomatic.common.model.DrawingModel.AscendingIterator
All Implemented Interfaces:
Iterator<Shape>
Enclosing class:
DrawingModel

protected class DrawingModel.AscendingIterator
extends Object
implements Iterator<Shape>


Constructor Summary
protected DrawingModel.AscendingIterator()
           
 
Method Summary
 boolean hasNext()
           
 Shape next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrawingModel.AscendingIterator

protected DrawingModel.AscendingIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Shape>

next

public Shape next()
Specified by:
next in interface Iterator<Shape>

remove

public void remove()
Specified by:
remove in interface Iterator<Shape>


Copyright © 2010. All Rights Reserved.