net.didion.jwnl.dictionary.morph
Class BaseFormSet
java.lang.Object
net.didion.jwnl.dictionary.morph.BaseFormSet
public class BaseFormSet
- extends java.lang.Object
A group of possible base forms for a particular lemma
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseFormSet
public BaseFormSet()
BaseFormSet
public BaseFormSet(boolean allowDuplicates)
add
public void add(java.lang.String s)
addAll
public void addAll(BaseFormSet forms)
getForm
public java.lang.String getForm(int index)
getForms
public java.util.List getForms()
isCurrentFormAvailable
public boolean isCurrentFormAvailable()
getCurrentForm
public java.lang.String getCurrentForm()
isMoreFormsAvailable
public boolean isMoreFormsAvailable()
getNextForm
public java.lang.String getNextForm()
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
size
public int size()