Package org.graphstream.ui.graphicGraph
Class StyleGroupSet.ZIndex.ZIndexIterator
java.lang.Object
org.graphstream.ui.graphicGraph.StyleGroupSet.ZIndex.ZIndexIterator
- All Implemented Interfaces:
Iterator<HashSet<StyleGroup>>
- Enclosing class:
- StyleGroupSet.ZIndex
public class StyleGroupSet.ZIndex.ZIndexIterator extends Object implements Iterator<HashSet<StyleGroup>>
-
Field Summary
Fields Modifier and Type Field Description intindex -
Constructor Summary
Constructors Constructor Description ZIndexIterator() -
Method Summary
Modifier and Type Method Description booleanhasNext()HashSet<StyleGroup>next()voidremove()
-
Field Details
-
index
public int index
-
-
Constructor Details
-
ZIndexIterator
public ZIndexIterator()
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<HashSet<StyleGroup>>
-
next
- Specified by:
nextin interfaceIterator<HashSet<StyleGroup>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<HashSet<StyleGroup>>
-