org.vectomatic.common.model
Class DrawingModel.DescendingIterator

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

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


Constructor Summary
protected DrawingModel.DescendingIterator()
           
 
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.DescendingIterator

protected DrawingModel.DescendingIterator()
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.