- top() - Method in interface datastructures.stack.IStack
-
Gets the element on the top of the stack
- toString() - Method in class datastructures.graph.InfoPath
-
- toString() - Method in class datastructures.tree.TreeNode
-
Returns a string with the data of the node
- treatAsPrimitive(Class) - Method in class datastructures.common.LJV.Context
-
Treat objects of this class as primitives; i.e., toString
is called on the object, and the result displayed in the label like a
primitive field.
- treatAsPrimitive(Package) - Method in class datastructures.common.LJV.Context
-
Treat objects from this package as primitives; i.e.,
toString
is called on the object, and the result displayed
in the label like a primitive field.
- TreeFactory - Class in datastructures.tree
-
This class offers some static methods to obtain particular instances
- TreeFactory() - Constructor for class datastructures.tree.TreeFactory
-
- TreeNode<T> - Class in datastructures.tree
-
This class is used to build the tree.
- TreeNode(T) - Constructor for class datastructures.tree.TreeNode
-
Constructor
- TreeNode() - Constructor for class datastructures.tree.TreeNode
-
Constructor