Searched defs:BSTItem (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBSTItem.java28 * BSTItem.java
37 public class BSTItem extends Object { class in inherits:Object
45 public BSTItem(String newKey) { method in class:BSTItem
49 public BSTItem(String newKey, Object obj) { method in class:BSTItem
59 public int compare(BSTItem otherItem, boolean exact) {
65 public int compare(BSTItem otherItem) {

Completed in 94 milliseconds