public abstract class AbstractTag extends Object implements Tag, Comparable<Tag>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Tag o) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isReference() |
String |
name() |
byte[] |
seq2BitAsBytes() |
short |
seqLength() |
String |
sequence() |
String |
toString() |
seq2Bit, toCSVString, toReverseComplement
public boolean isReference()
isReference
in interface Tag
public byte[] seq2BitAsBytes()
seq2BitAsBytes
in interface Tag
public int compareTo(Tag o)
compareTo
in interface Comparable<Tag>
Copyright © 2018. All rights reserved.