TreeNode is the data structure representing one node of a tree which may have children and/or content. More...
Public Member Functions | |
boolean | compEquals (byte[] other) |
TreeNode | getChild (byte[] component) |
String | toString () |
int | compareTo (TreeNode o1) |
Package Attributes | |
byte[] | component |
TreeNode | oneChild |
SortedMap< TreeNode, TreeNode > | children |
ContentRef | oneContent |
List< ContentRef > | content |
long | timestamp |
boolean | interestFlag = false |
TreeNode is the data structure representing one node of a tree which may have children and/or content.
Every child has a distinct name (it's component) but there may be multiple content objects ending with the same component (i.e. having same content digest at end but presumably different publisher etc. that is not visible in this tree)