Uses of Interface
org.biojava.bio.program.indexdb.Record

Packages that use Record
org.biojava.bio.program.indexdb A flat-file ascii index of ascii flat files as per the OBDA specification. 
 

Uses of Record in org.biojava.bio.program.indexdb
 

Classes in org.biojava.bio.program.indexdb that implement Record
static class Record.Impl
          Impl is the default implementation of Record.
 

Methods in org.biojava.bio.program.indexdb that return Record
 Record IndexStore.get(java.lang.String id)
          get returns a record specified by a primary identifier.
 Record BioStore.get(java.lang.String id)