public static class StyleCache.StyleList extends java.lang.Object implements java.lang.Iterable<ElemStyle>
| Constructor and Description |
|---|
StyleList()
Constructs a new
StyleList. |
StyleList(java.util.Collection<ElemStyle> sl) |
StyleList(ElemStyle... init) |
StyleList(StyleCache.StyleList sl,
ElemStyle s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
java.util.Iterator<ElemStyle> |
iterator() |
int |
size() |
java.lang.String |
toString() |
public StyleList()
StyleList.public StyleList(StyleCache.StyleList sl, ElemStyle s)
public java.util.Iterator<ElemStyle> iterator()
iterator in interface java.lang.Iterable<ElemStyle>public boolean isEmpty()
public int size()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object