|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.neurosdbm.db.MDBRecord
net.sourceforge.neurosdbm.db.ArtistRecord
Field Summary |
Fields inherited from class net.sourceforge.neurosdbm.db.MDBRecord |
accessKeyArrayList, deleted, extraInfoArrayList, key, primary |
Constructor Summary | |
|
ArtistRecord(int key,
java.nio.ByteBuffer bytes,
int wordOffset,
int numAccessKeys,
int numExtraInfo)
|
(package private) |
ArtistRecord(int key,
java.lang.String newArtist)
|
Method Summary | |
(package private) void |
generatePointers()
|
(package private) WordString |
getArtist()
|
java.lang.String |
toString()
|
Methods inherited from class net.sourceforge.neurosdbm.db.MDBRecord |
getCountedLength, getKey, getPrimary, getRecordLength, invalidateRecordLength, write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArtistRecord(int key, java.nio.ByteBuffer bytes, int wordOffset, int numAccessKeys, int numExtraInfo) throws DatabaseCorruptException
ArtistRecord(int key, java.lang.String newArtist)
Method Detail |
void generatePointers()
generatePointers
in class MDBRecord
WordString getArtist()
public java.lang.String toString()
toString
in class MDBRecord
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |