public static interface DictionaryResource.DictEntriesByLength extends Serializable
Modifier and Type | Method and Description |
---|---|
DictionaryResource.DictEntries |
getEntries(int length) |
Integer |
getLongest() |
Integer |
getShortest() |
void |
putEntry(int length,
String[] elements,
String unsorted,
EntryProperties props) |
DictionaryResource.DictEntries getEntries(int length)
void putEntry(int length, String[] elements, String unsorted, EntryProperties props)
Integer getLongest()
Integer getShortest()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.