Package htsjdk.tribble.index
Interface MutableIndex
- All Superinterfaces:
Index
- All Known Implementing Classes:
AbstractIndex,IntervalTreeIndex,LinearIndex
Some Index implementations can be modified in memory. Also, properties do not make sense for all index types.
Only the relevant index implementations implement this interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddProperties(Map<String, String> properties) voidaddProperty(String key, String value) Methods inherited from interface htsjdk.tribble.index.Index
containsChromosome, equalsIgnoreProperties, getBlocks, getProperties, getSequenceNames, isCurrentVersion, write, write, write, writeBasedOnFeatureFile, writeBasedOnFeaturePath
-
Method Details
-
addProperty
-
addProperties
-