| Package | Description |
|---|---|
| com.alee.managers.language | |
| com.alee.managers.language.data |
| Modifier and Type | Method and Description |
|---|---|
Value |
Language.getValue(String key)
|
| Modifier and Type | Method and Description |
|---|---|
Value |
Record.getValue(Locale locale)
|
| Modifier and Type | Method and Description |
|---|---|
List<Value> |
Record.getValues()
|
List<Value> |
Record.getValues(Locale locale)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.addValue(Value value)
|
int |
ValueCountryComparator.compare(Value value1,
Value value2) |
void |
Record.removeValue(Value value)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Record.setValues(List<Value> values)
|
| Constructor and Description |
|---|
Record(String key,
Value... values)
Constructs new
Record. |
| Constructor and Description |
|---|
Record(String key,
List<Value> values)
Constructs new
Record. |
Copyright © 2020. All rights reserved.