public static class InflectionHelper.Inflection extends Object implements Comparable<InflectionHelper.Inflection>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(InflectionHelper.Inflection o) |
boolean |
equals(Object obj) |
boolean |
equalsIgnoreGender(InflectionHelper.Inflection other) |
int |
hashCode() |
String |
toString() |
public boolean equalsIgnoreGender(InflectionHelper.Inflection other)
public int compareTo(InflectionHelper.Inflection o)
compareTo
in interface Comparable<InflectionHelper.Inflection>