Modifier and Type | Field and Description |
---|---|
java.lang.String |
word |
Constructor and Description |
---|
Kmer(Kmer other) |
Kmer(java.lang.String word) |
Kmer(VPPoint center) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VPPoint other) |
boolean |
equals(java.lang.Object o) |
double |
getDistanceTo(VPPoint other) |
int |
hashCode() |
java.lang.String |
toString() |
boolean |
verifyMetricSpace() |
public Kmer(java.lang.String word)
public Kmer(Kmer other)
public Kmer(VPPoint center)
public double getDistanceTo(VPPoint other)
getDistanceTo
in interface VPPoint
public boolean verifyMetricSpace()
public int compareTo(VPPoint other)
compareTo
in interface java.lang.Comparable<VPPoint>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object