|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbtree.KeyClass
btree.IntegerKey
IntegerKey: It extends the KeyClass. It defines the integer Key.
Constructor Summary | |
IntegerKey(int value)
Class constructor |
|
IntegerKey(java.lang.Integer value)
Class constructor |
Method Summary | |
java.lang.Integer |
getKey()
get a copy of the integer key |
void |
setKey(java.lang.Integer value)
set the integer key value |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IntegerKey(java.lang.Integer value)
value
- the value of the integer key to be setpublic IntegerKey(int value)
value
- the value of the integer key to be setMethod Detail |
public java.lang.String toString()
public java.lang.Integer getKey()
public void setKey(java.lang.Integer value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |