Uses of Interface
org.biojava.bio.seq.db.Index
- 
Packages that use Index Package Description 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 Modifier and Type Class Description classSimpleIndexThis is a no-frills implementation of the Index interface.Methods in org.biojava.bio.seq.db that return Index Modifier and Type Method Description IndexBioIndex. fetch(String id)IndexEmblCDROMIndexStore. fetch(String id)IndexIndexStore. fetch(String id)Fetch an Index based upon an ID.IndexTabIndexStore. fetch(String id)Methods in org.biojava.bio.seq.db with parameters of type Index Modifier and Type Method Description voidBioIndex. store(Index indx)voidEmblCDROMIndexStore. store(Index index)storeadds anIndexto the store.voidIndexStore. store(Index indx)Add the Index to the store.voidTabIndexStore. store(Index indx) 
 -