|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object KeyedItem<KT>
public abstract class KeyedItem<KT extends java.lang.Comparable<? super KT>>
Constructor Summary | |
---|---|
KeyedItem(KT key)
Constructor for the KeyedItem |
Method Summary | |
---|---|
KT |
getKey()
Getter for the KeyedItem |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyedItem(KT key)
KeyedItem
key
- The searchKey that will be used for the data item in the BinarySearchTree
.Method Detail |
---|
public KT getKey()
KeyedItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |