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, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic DictionaryResource_impl.DictEntriesImpl()
public void putEntry(String[] elements, String unsorted, EntryProperties props)
putEntry in interface DictionaryResource.DictEntrieselements - the text to be entered in the dictionaryprops - the properties object for the phrasepublic ArrayList<DictionaryResource.DictEntry> getEntries()
getEntries in interface DictionaryResource.DictEntriespublic String toString()
toString in interface DictionaryResource.DictEntriestoString in class AbstractCollection<DictionaryResource.DictEntry>Copyright © 2015. All rights reserved.