public static class DictionaryResource_impl.DictEntriesImpl extends ArrayList<DictionaryResource.DictEntry> implements DictionaryResource.DictEntries
modCount
Constructor and Description |
---|
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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
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–2017 The Apache Software Foundation. All rights reserved.