DiskBasedReadEndsForMarkDuplicatesMappublic interface ReadEndsForMarkDuplicatesMap
| Modifier and Type | Method | Description |
|---|---|---|
void |
put(int mateSequenceIndex,
String key,
ReadEndsForMarkDuplicates readEnds) |
Store the element in the map with the given key.
|
ReadEndsForMarkDuplicates |
remove(int mateSequenceIndex,
String key) |
Remove element with given key from the map.
|
int |
size() |
|
int |
sizeInRam() |
ReadEndsForMarkDuplicates remove(int mateSequenceIndex, String key)
mateSequenceIndex - must agree with the value used when the object was put into the mapkey - typically, concatenation of read group ID and read namevoid put(int mateSequenceIndex,
String key,
ReadEndsForMarkDuplicates readEnds)
mateSequenceIndex - use to optimize storage & retrieval. The same value must be used when trying
to remove this element. It is not valid to store the same key with two different mateSequenceIndexes.key - typically, concatenation of read group ID and read namereadEnds - the object to be storedint size()
int sizeInRam()