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