public class IONode<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<IONode<T>> |
getChildren() |
T |
getContent() |
List<IONode<T>> |
getLeaves() |
Set<Integer> |
getPositions() |
int |
hashCode() |
boolean |
isLeaf() |
void |
setContent(T content) |
String |
toString() |
Copyright © 2016. All rights reserved.