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