An instance of this object is used to initialize a BinaryTree object.
Public Member Functions | |
int | compare (Object lhs, Object rhs) |
boolean | equals (Object obj) |
|
00072 { 00073 int result = ((Integer)lhs).compareTo((Integer)rhs); 00074 return result; 00075 } |
|
00077 { return false; } |