public class TdbTermTree
extends java.lang.Object
implements com.tietoenator.trip.jxp.internal.utils.DOMSink
Constructor and Description |
---|
TdbTermTree()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the tree of any existing content
|
int |
count()
Retrieve the number of terms within the tree
|
int |
getRootCount()
Retrieve the number of items in the tree that are root nodes
|
java.util.List<TdbTreeEntry> |
roots()
Retrieve the list of root nodes from the set of trees, i.e.
|
public int count()
public java.util.List<TdbTreeEntry> roots()
public int getRootCount()
public void clear()