- search(K) - Method in class tree.EmptyTree
-
- search(K) - Method in class tree.NonEmptyTree
-
- search(K) - Method in interface tree.Tree
-
Find the value that this key is bound to in this tree.
- size() - Method in class tree.EmptyTree
-
- size() - Method in class tree.NonEmptyTree
-
- size() - Method in class tree.PolymorphicBST
-
Return number of keys bound by this map
- size() - Method in interface tree.Tree
-
Return number of keys that are bound in this tree.
- StudentTests - Class in tests
-
- StudentTests() - Constructor for class tests.StudentTests
-
- subMap(K, K) - Method in class tree.PolymorphicBST
-
Return subset of TreeMap between the values fromKey-toKey.
- subTree(K, K) - Method in class tree.EmptyTree
-
- subTree(K, K) - Method in class tree.NonEmptyTree
-
- subTree(K, K) - Method in interface tree.Tree
-
Returns a Tree containing all entries between fromKey and toKey, inclusive.