public class VocabularyWord
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
VocabularyWord() |
VocabularyWord(java.lang.String word) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static VocabularyWord |
fromJson(java.lang.String json) |
int |
hashCode() |
void |
incrementCount() |
void |
incrementRetentionStep() |
java.lang.String |
toJson() |
public VocabularyWord()
public VocabularyWord(@NonNull java.lang.String word)
public void incrementCount()
public void incrementRetentionStep()
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 toJson()
public static VocabularyWord fromJson(java.lang.String json)