Uses of Class
de.aitools.aq.util.Record

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
<V extends Value>
Record<V>
RandomGenerator.nextRecord(java.lang.Class<V> clazz)
           
 

Methods in de.aitools.aq.util that return types with arguments of type Record
static
<V extends Value>
java.util.List<Record<V>>
RandomGenerator.nextNumberedRecords(java.lang.Class<V> clazz, int count, int startId)
           
static
<V extends Value>
java.util.List<Record<V>>
RandomGenerator.nextRecords(java.lang.Class<V> clazz, int count)