| Modifier and Type | Method and Description |
|---|---|
ILanguage |
LanguageContainer.get(int index)
Gets language by index.
|
ILanguage |
LanguageContainer.getLanguage(String language)
Gets the language from the collection.
|
static ILanguage |
Language.load(String languageName)
Creates instance of
ILanguage from name of language. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ILanguage> |
LanguageContainer.iterator()
Gets enumerator that can be used to loop through the collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LanguageContainer.addLanguage(ILanguage language)
Adds to the collection recognition language.
|
void |
LanguageContainer.set(int index,
ILanguage value)
Sets language by index.
|
Copyright © 2014. All rights reserved.