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