| Modifier | Constructor | Description |
|---|---|---|
protected |
BinList(int referenceSequence,
BitSet bins) |
Create a new BinList over sequenceCount sequences, consisting of the given bins.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected BitSet |
getBins() |
Retrieves the bins stored in this list.
|
protected int |
getReferenceSequence() |
Get the reference sequence to which this bin belongs.
|
Iterator<Bin> |
iterator() |
Gets an iterator over all selected bins.
|
forEach, spliteratorprotected BinList(int referenceSequence,
BitSet bins)
referenceSequence - Reference sequence to which these bins are relevant.bins - The given bins to include.protected int getReferenceSequence()
protected BitSet getBins()