public class Triple extends Object implements Comparable<Triple>
Triple(String clazz, String lemma, String feats)
int
compareTo(Triple o)
boolean
equals(Object o)
String
getClazz()
getFeats()
getLemma()
hashCode()
toString()
getClass, notify, notifyAll, wait, wait, wait
public Triple(String clazz, String lemma, String feats)
public String getClazz()
public String getLemma()
public String getFeats()
public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
public int compareTo(Triple o)
compareTo
Comparable<Triple>
Copyright © 2012–2017 CoGrOO. All rights reserved.