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 IndexStore.fetch(String id)
          Fetch an Index based upon an ID.
 Index BioIndex.fetch(String id)
           
 Index TabIndexStore.fetch(String id)
           
 Index EmblCDROMIndexStore.fetch(String id)
           
 

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