| Package | Description |
|---|---|
| com.aliasi.dict |
Classes for handling dictionaries.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DictionaryEntry<C>> |
Dictionary.categoryEntryIt(C category)
Returns an iterator over the dictionary entries with the
specified category.
|
Iterator<DictionaryEntry<C>> |
AbstractDictionary.categoryEntryIt(C category)
Returns an iterator over the dictionary entries with the
specified category.
|
List<DictionaryEntry<C>> |
Dictionary.categoryEntryList(C category)
Returns the dictionary entries with the specified category.
|
List<DictionaryEntry<C>> |
AbstractDictionary.categoryEntryList(C category)
Returns the dictionary entries with the specified category.
|
List<DictionaryEntry<C>> |
Dictionary.entryList()
Returns all of the dictionary entries for this dictionary.
|
List<DictionaryEntry<C>> |
AbstractDictionary.entryList()
Returns all of the dictionary entries for this dictionary.
|
Iterator<DictionaryEntry<C>> |
MapDictionary.iterator()
Return an iterator over the dictionary entries in this dictionary.
|
Iterator<DictionaryEntry<C>> |
TrieDictionary.iterator()
Returns an iterator over all of the dictionary entries
for this dictioniary.
|
Iterator<DictionaryEntry<C>> |
Dictionary.phraseEntryIt(String phrase)
Returns an iterator over the dictionary entries with the
specified phrase.
|
Iterator<DictionaryEntry<C>> |
AbstractDictionary.phraseEntryIt(String phrase)
Returns an iterator over the dictionary entries with the
specified phrase.
|
Iterator<DictionaryEntry<C>> |
MapDictionary.phraseEntryIt(String phrase) |
Iterator<DictionaryEntry<C>> |
TrieDictionary.phraseEntryIt(String phrase) |
List<DictionaryEntry<C>> |
Dictionary.phraseEntryList(String phrase)
Returns the dictionary entries with the specified phrase.
|
List<DictionaryEntry<C>> |
AbstractDictionary.phraseEntryList(String phrase)
Returns the dictionary entries with the specified phrase.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.addEntry(DictionaryEntry<C> entry)
Adds the specified dictionary entry to the dictionary.
|
void |
AbstractDictionary.addEntry(DictionaryEntry<C> entry)
Adds the specified dictionary entry to the dictionary.
|
void |
MapDictionary.addEntry(DictionaryEntry<C> entry) |
void |
TrieDictionary.addEntry(DictionaryEntry<C> entry)
Equal entries will be ignored.
|
Copyright © 2016 Alias-i, Inc.. All rights reserved.