public class TranslationEntry extends Object
Constructor and Description |
---|
TranslationEntry(List<String> l1,
List<String> l2,
int itemCount) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getItemCount() |
List<String> |
getL1() |
List<String> |
getL2() |
int |
hashCode() |
String |
toString() |