Uses of Interface
org.biojava.bio.seq.db.Index

Packages that use Index
org.biojava.bio.seq.db Collections of biological sequence data. 
 

Uses of Index in org.biojava.bio.seq.db
 

Classes in org.biojava.bio.seq.db that implement Index
 class SimpleIndex
          This is a no-frills implementation of the Index interface.
 

Methods in org.biojava.bio.seq.db that return Index
 Index BioIndex.fetch(java.lang.String id)
           
 Index EmblCDROMIndexStore.fetch(java.lang.String id)
           
 Index IndexStore.fetch(java.lang.String id)
          Fetch an Index based upon an ID.
 Index TabIndexStore.fetch(java.lang.String id)
           
 

Methods in org.biojava.bio.seq.db with parameters of type Index
 void BioIndex.store(Index indx)
           
 void EmblCDROMIndexStore.store(Index index)
          store adds an Index to the store.
 void IndexStore.store(Index indx)
          Add the Index to the store.
 void TabIndexStore.store(Index indx)