public final class KmerAndCount extends SVKmerLong implements java.util.Map.Entry<SVKmer,java.lang.Integer>
Modifier and Type | Class and Description |
---|---|
static class |
KmerAndCount.Serializer |
SVKmer.Base
BYTEWISE_REVERSE_COMPLEMENT
Constructor and Description |
---|
KmerAndCount(SVKmerLong kmer) |
KmerAndCount(SVKmerLong kmer,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
bumpCount() |
void |
bumpCount(int extra) |
SVKmer |
getKey() |
java.lang.Integer |
getValue() |
int |
grabCount() |
protected void |
serialize(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output) |
java.lang.Integer |
setValue(java.lang.Integer count) |
canonical, compareTo, equals, equals, firstBase, firstTrimer, hashCode, lastBase, lastTrimer, predecessor, reverseComplement, successor, toString
reverseComplement, reverseComplementByteValueAsLong
public KmerAndCount(SVKmerLong kmer)
public KmerAndCount(SVKmerLong kmer, int count)
protected void serialize(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
serialize
in class SVKmerLong
public SVKmer getKey()
getKey
in interface java.util.Map.Entry<SVKmer,java.lang.Integer>
public java.lang.Integer getValue()
getValue
in interface java.util.Map.Entry<SVKmer,java.lang.Integer>
public java.lang.Integer setValue(java.lang.Integer count)
setValue
in interface java.util.Map.Entry<SVKmer,java.lang.Integer>
public int grabCount()
public void bumpCount()
public void bumpCount(int extra)