public class StyleGroupSet.ZIndex extends java.lang.Object implements java.lang.Iterable<java.util.HashSet<StyleGroup>>
This structure is maintained by each time a group is added or removed, or when the style of a group changed.
Modifier and Type | Class and Description |
---|---|
class |
StyleGroupSet.ZIndex.ZIndexIterator |
Modifier and Type | Field and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Integer> |
reverseZIndex
Knowing a group, tell if its Z index.
|
java.util.ArrayList<java.util.HashSet<StyleGroup>> |
zIndex
Ordered set of groups.
|
Constructor and Description |
---|
ZIndex()
New empty Z index.
|
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.Iterator<java.util.HashSet<StyleGroup>> |
iterator() |
java.lang.String |
toString() |
public java.util.ArrayList<java.util.HashSet<StyleGroup>> zIndex
public java.util.HashMap<java.lang.String,java.lang.Integer> reverseZIndex
public java.util.Iterator<java.util.HashSet<StyleGroup>> iterator()
iterator
in interface java.lang.Iterable<java.util.HashSet<StyleGroup>>
public void clear()
public java.lang.String toString()
toString
in class java.lang.Object