public class StyleElementList extends Object implements Iterable<StyleElement>
StyleElement
s, immutable.Modifier and Type | Field and Description |
---|---|
private List<StyleElement> |
lst |
Constructor and Description |
---|
StyleElementList()
Constructs a new
StyleList . |
StyleElementList(Collection<StyleElement> sl) |
StyleElementList(StyleElement... init) |
StyleElementList(StyleElementList sl,
StyleElement s) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<StyleElement> |
iterator() |
int |
size() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
private final List<StyleElement> lst
public StyleElementList()
StyleList
.public StyleElementList(StyleElement... init)
public StyleElementList(Collection<StyleElement> sl)
public StyleElementList(StyleElementList sl, StyleElement s)
public Iterator<StyleElement> iterator()
iterator
in interface Iterable<StyleElement>
public boolean isEmpty()
public int size()