public static class DictionaryResource_impl.DictEntriesImpl extends ArrayList<DictionaryResource.DictEntry> implements DictionaryResource.DictEntries
modCount
Constructor and Description |
---|
DictionaryResource_impl.DictEntriesImpl()
Create a new dictionary entry.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<DictionaryResource.DictEntry> |
getEntries() |
void |
putEntry(String[] elements,
String unsorted,
EntryProperties props)
Add a new phrase to an existing dictionary entry.
|
String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public DictionaryResource_impl.DictEntriesImpl()
public void putEntry(String[] elements, String unsorted, EntryProperties props)
putEntry
in interface DictionaryResource.DictEntries
elements
- the text to be entered in the dictionaryprops
- the properties object for the phrasepublic ArrayList<DictionaryResource.DictEntry> getEntries()
getEntries
in interface DictionaryResource.DictEntries
public String toString()
toString
in interface DictionaryResource.DictEntries
toString
in class AbstractCollection<DictionaryResource.DictEntry>
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.