|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Record | |
---|---|
de.aitools.aq.invertedindex.core | |
de.aitools.aq.invertedindex.io | |
de.aitools.aq.util |
Uses of Record in de.aitools.aq.invertedindex.core |
---|
Methods in de.aitools.aq.invertedindex.core with parameters of type Record | |
---|---|
boolean |
Indexer.put(Record<V> record)
Inserts a record to the indexer. |
Uses of Record in de.aitools.aq.invertedindex.io |
---|
Methods in de.aitools.aq.invertedindex.io with parameters of type Record | |
---|---|
void |
InvertedFileWriter.write(Record<V> record)
|
Uses of Record in de.aitools.aq.util |
---|
Methods in de.aitools.aq.util that return Record | ||
---|---|---|
static
|
RandomGenerator.nextRecord(java.lang.Class<V> clazz)
|
Methods in de.aitools.aq.util that return types with arguments of type Record | ||
---|---|---|
static
|
RandomGenerator.nextNumberedRecords(java.lang.Class<V> clazz,
int count,
int startId)
|
|
static
|
RandomGenerator.nextRecords(java.lang.Class<V> clazz,
int count)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |