public abstract class WordList extends TreeSet<CharSequence>
Modifier | Constructor and Description |
---|---|
protected |
WordList(Locale locale)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
|
CharSequence[] |
toArray() |
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, spliterator, subSet, subSet, tailSet, tailSet
equals, hashCode, removeAll
containsAll, retainAll, toArray, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode, removeAll, retainAll, toArray
parallelStream, removeIf, stream
@ConstructorProperties(value="locale") protected WordList(Locale locale)
locale
- The Locale
.public CharSequence[] toArray()
toArray
in interface Collection<CharSequence>
toArray
in interface Set<CharSequence>
toArray
in class AbstractCollection<CharSequence>
Copyright © 2015–2020. All rights reserved.