public interface TempDictionarySection extends DictionarySection
| Modifier and Type | Method and Description |
|---|---|
long |
add(CharSequence str)
Adds an entry to the dictionary section.
|
void |
clear()
Empties the dictionary section of all entries,
|
Iterator<? extends CharSequence> |
getEntries()
Iterator over all entries in the dictionary, not necessarily sorted.
|
boolean |
isSorted()
Indicates if the sort method has been called and the section is sorted, ID's updated
and the section ready to be used for generation of a QueryableDictionarySection.
|
void |
remove(CharSequence str)
Removes an entry from the dictionary section.
|
void |
sort()
Sorts the entries in the dictionary section and updates their ID's according to the
sorting order.
|
extract, getNumberOfElements, getSortedEntries, locate, sizelong add(CharSequence str)
void remove(CharSequence str)
void sort()
void clear()
boolean isSorted()
Iterator<? extends CharSequence> getEntries()
Copyright © 2018 DataWeb Research. All rights reserved.