protected static class AbstractGroup.ElementMap extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ElementMap() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
any()
Returns true if any element.
|
Element |
get(String name)
Get the element with name.
|
List<Element> |
getAll(String name)
Get a readonly list of all elements with name.
|
Set<String> |
names()
Returns a readonly set of names of all elements.
|
void |
put(Element e,
Element following)
Put an element into the map.
|
void |
remove(Element e)
Remove e from the map.
|
int |
size()
Returns the number of elements.
|
public final void put(Element e, Element following)
public final Element get(String name)
public final List<Element> getAll(String name)
public final void remove(Element e)
public final boolean any()
public final int size()
Copyright © 2018. All rights reserved.