|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsenna.Records
public class Records
Wrapper for sen_records
Method Summary | |
---|---|
void |
close()
call sen_records_close(). |
java.lang.String |
currKey()
call sen_records_curr_key(). |
int |
currScore()
call sen_records_curr_score(). |
int |
find(java.lang.String key)
call sen_records_find(). |
java.lang.String |
next()
call sen_records_next(). |
int |
nhits()
call sen_records_nhits(). |
void |
rewind()
call sen_records_rewind(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String next()
public void close() throws SennaException
SennaException
public int currScore()
public java.lang.String currKey()
public void rewind() throws SennaException
SennaException
public int nhits()
public int find(java.lang.String key)
key
- key
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |