public class StyleGroupSet.ZIndex.ZIndexIterator extends java.lang.Object implements java.util.Iterator<java.util.HashSet<StyleGroup>>
Modifier and Type | Field and Description |
---|---|
int |
index |
Constructor and Description |
---|
ZIndexIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.HashSet<StyleGroup> |
next() |
void |
remove() |
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.util.HashSet<StyleGroup>>
public java.util.HashSet<StyleGroup> next()
next
in interface java.util.Iterator<java.util.HashSet<StyleGroup>>
public void remove()
remove
in interface java.util.Iterator<java.util.HashSet<StyleGroup>>