public abstract class Container<E extends Content> extends Content<Template>
Modifier | Constructor and Description |
---|---|
protected |
Container(Template parent,
String name,
URI uri) |
Modifier and Type | Method and Description |
---|---|
void |
add(E child) |
boolean |
equals(Object o) |
List<E> |
getChildren() |
String |
getName() |
URI |
getURI() |
boolean |
hasChildren() |
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.