org.vectomatic.common.model
Class DrawingModel.DescendingIterator
java.lang.Object
org.vectomatic.common.model.DrawingModel.DescendingIterator
- All Implemented Interfaces:
- Iterator<Shape>
- Enclosing class:
- DrawingModel
protected class DrawingModel.DescendingIterator
- extends Object
- implements Iterator<Shape>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DrawingModel.DescendingIterator
protected DrawingModel.DescendingIterator()
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.