public class DrawableIterator
extends java.lang.Object
implements java.util.Iterator
| Constructor and Description |
|---|
DrawableIterator(java.lang.Class iteratorClass,
java.util.List drawables) |
public DrawableIterator(java.lang.Class iteratorClass,
java.util.List drawables)
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
throws java.lang.UnsupportedOperationException
remove in interface java.util.Iteratorjava.lang.UnsupportedOperationException