|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.isam.Key<T>
public class Key<T>
Class Key represent a key in the ISAM file.
Constructor Summary | |
---|---|
Key(int ix,
T value)
Create instance of Key. |
Method Summary | |
---|---|
int |
getIx()
Get index. |
T |
getValue()
Get value. |
java.lang.String |
toString()
Convert to String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Key(int ix, T value)
ix
- key indexvalue
- key valueMethod Detail |
---|
public int getIx()
public T getValue()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |