Uses of Class
de.aitools.aq.invertedindex.core.Record

Packages that use Record
de.aitools.aq.invertedindex.core   
de.aitools.aq.invertedindex.util   
de.aitools.invertedindex   
 

Uses of Record in de.aitools.aq.invertedindex.core
 

Constructors in de.aitools.aq.invertedindex.core with parameters of type Record
Record(Record<E> record)
          The copy constructor.
 

Uses of Record in de.aitools.aq.invertedindex.util
 

Methods in de.aitools.aq.invertedindex.util with parameters of type Record
 boolean InvertedFileReader.read(Record<V> record)
           
 void InvertedFileWriter.write(Record<V> record)
           
 

Uses of Record in de.aitools.invertedindex
 

Methods in de.aitools.invertedindex that return Record
 Record<? extends Value> RecordFactory.next(java.lang.Class<? extends Value> clazz)