org.apache.uima.conceptMapper.support.dictionaryResource
Interface DictionaryResource.DictEntriesByLength
- All Superinterfaces:
- java.io.Serializable
- Enclosing interface:
- DictionaryResource
public static interface DictionaryResource.DictEntriesByLength
- extends java.io.Serializable
getEntries
DictionaryResource.DictEntries getEntries(int length)
putEntry
void putEntry(int length,
java.lang.String[] elements,
java.lang.String unsorted,
EntryProperties props)
getLongest
java.lang.Integer getLongest()
getShortest
java.lang.Integer getShortest()
Copyright © 2011. All Rights Reserved.