public interface FlyweightCapableTreeStructure<T>
Modifier and Type | Method and Description |
---|---|
void |
disposeChildren(T[] nodes,
int count) |
int |
getChildren(T parent,
Ref<T[]> into) |
int |
getEndOffset(T node) |
T |
getParent(T node) |
T |
getRoot() |
int |
getStartOffset(T node) |
java.lang.CharSequence |
toString(T node) |