Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBST.java92 public BST find_tree(String newKey) { in find_tree()
96 public BSTItem find(String newKey) { in find()
101 public BST find_tree(String newKey, boolean exactMatch) { in find_tree()
126 public BSTItem find(String newKey, boolean exactMatch) { in find()
H A DBSTItem.java45 public BSTItem(String newKey) { in BSTItem()
49 public BSTItem(String newKey, Object obj) { in BSTItem()