Modifier | Constructor and Description |
---|---|
protected |
BinList(int referenceSequence,
BitSet bins)
Create a new BinList over sequenceCount sequences, consisting of the given bins.
|
Modifier and Type | Method and 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected 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()