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 class
SimpleIndex
This is a no-frills implementation of the Index interface.Methods in org.biojava.bio.seq.db that return Index Modifier and Type Method Description Index
BioIndex. fetch(String id)
Index
EmblCDROMIndexStore. fetch(String id)
Index
IndexStore. fetch(String id)
Fetch an Index based upon an ID.Index
TabIndexStore. fetch(String id)
Methods in org.biojava.bio.seq.db with parameters of type Index Modifier and Type Method Description void
BioIndex. store(Index indx)
void
EmblCDROMIndexStore. store(Index index)
store
adds anIndex
to the store.void
IndexStore. store(Index indx)
Add the Index to the store.void
TabIndexStore. store(Index indx)
-