| Package | Description |
|---|---|
| com.alee.managers.language | |
| com.alee.managers.language.data |
| Modifier and Type | Method and Description |
|---|---|
Record |
Language.getRecord(String key)
Returns
Record for the specified language key. |
| Modifier and Type | Method and Description |
|---|---|
Record |
Dictionary.getRecord(String key,
Locale locale)
Returns
Record for the specified language key. |
| Modifier and Type | Method and Description |
|---|---|
List<Record> |
Dictionary.getRecords()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.addRecord(Record record)
Adds new
Record into this Dictionary and returns it. |
int |
RecordCountryComparator.compare(Record record1,
Record record2) |
void |
Dictionary.removeRecord(Record record)
Removes
Record from this Dictionary. |
| Modifier and Type | Method and Description |
|---|---|
void |
Dictionary.setRecords(List<Record> records)
|
Copyright © 2020. All rights reserved.