public interface EntityList extends BaseItem
| Modifier and Type | Method and Description |
|---|---|
java.util.Comparator<java.lang.Object> |
comparator() |
SimpleList<EntityList> |
getChildren() |
boolean |
isComparator() |
int |
size() |
java.lang.String |
toString(int indentFactor)
Make a prettyprinted Text of this Entity.
|
BaseItem |
withValue(Buffer values) |
getNewList, toString, toString, withSimpleList<EntityList> getChildren()
java.lang.String toString(int indentFactor)
Warning: This method assumes that the data structure is acyclical.
indentFactor - The number of spaces to add to each level of indentation.{ (left
brace) and ending with } (right
brace).boolean isComparator()
java.util.Comparator<java.lang.Object> comparator()
int size()