org.graphstream.ui.graphicGraph
Class StyleGroupSet.ZIndex.ZIndexIterator

java.lang.Object
  extended by 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
 int index
           
 
Constructor Summary
StyleGroupSet.ZIndex.ZIndexIterator()
           
 
Method Summary
 boolean hasNext()
           
 HashSet<StyleGroup> next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
Constructor Detail

StyleGroupSet.ZIndex.ZIndexIterator

public StyleGroupSet.ZIndex.ZIndexIterator()
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<HashSet<StyleGroup>>

next

public HashSet<StyleGroup> next()
Specified by:
next in interface Iterator<HashSet<StyleGroup>>

remove

public void remove()
Specified by:
remove in interface Iterator<HashSet<StyleGroup>>


Copyright © 2013. All Rights Reserved.