|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.strangegizmo.cdb.CdbElement
public final class CdbElement
CdbElement represents a single element in a constant database.
Constructor Summary | |
---|---|
CdbElement(byte[] key,
byte[] data)
Creates an instance of the CdbElement class and initializes it with the given key and data values. |
Method Summary | |
---|---|
byte[] |
getData()
Returns this element's data. |
byte[] |
getKey()
Returns this element's key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CdbElement(byte[] key, byte[] data)
key
- The key value for this element.data
- The data value for this element.Method Detail |
---|
public final byte[] getKey()
public final byte[] getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |