| Package | Description | 
|---|---|
| org.biojava.bio.seq.db | 
 
Collections of biological sequence data. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleIndex
This is a no-frills implementation of the Index interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Index | 
IndexStore.fetch(String id)
Fetch an Index based upon an ID. 
 | 
Index | 
TabIndexStore.fetch(String id)  | 
Index | 
BioIndex.fetch(String id)  | 
Index | 
EmblCDROMIndexStore.fetch(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
IndexStore.store(Index indx)
Add the Index to the store. 
 | 
void | 
TabIndexStore.store(Index indx)  | 
void | 
BioIndex.store(Index indx)  | 
void | 
EmblCDROMIndexStore.store(Index index)
store adds an Index to the store. | 
Copyright © 2020 BioJava. All rights reserved.