|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocaleStore | |
|---|---|
| net.sf.locale4j.bundle | Provides classes for creating Resource Bundles using locale4j storage mechanisms. |
| net.sf.locale4j.format | Provides classes for working with translation data in various formats. |
| net.sf.locale4j.storage | Provides classes for storing translation data in Java collection classes. |
| Uses of LocaleStore in net.sf.locale4j.bundle |
|---|
| Methods in net.sf.locale4j.bundle that return LocaleStore | |
|---|---|
LocaleStore |
Locale4jBundle.getStore()
|
| Methods in net.sf.locale4j.bundle with parameters of type LocaleStore | |
|---|---|
void |
Locale4jBundle.setStore(LocaleStore newStore)
|
| Uses of LocaleStore in net.sf.locale4j.format |
|---|
| Methods in net.sf.locale4j.format that return LocaleStore | |
|---|---|
LocaleStore |
Tmx20.read(InputStream input)
Reads a stream and loads the contents into a LocaleStore. |
LocaleStore |
LocaleReader.read(InputStream input)
Reads a stream and loads the contents into a LocaleStore. |
LocaleStore |
Tmx20.read(InputStream input,
LocaleStore store)
Reads a stream and adds the contents to the given LocaleStore. |
LocaleStore |
LocaleReader.read(InputStream input,
LocaleStore data)
Reads a stream and adds the contents to the given LocaleStore. |
| Methods in net.sf.locale4j.format with parameters of type LocaleStore | |
|---|---|
LocaleStore |
Tmx20.read(InputStream input,
LocaleStore store)
Reads a stream and adds the contents to the given LocaleStore. |
LocaleStore |
LocaleReader.read(InputStream input,
LocaleStore data)
Reads a stream and adds the contents to the given LocaleStore. |
void |
Tmx20.write(OutputStream output,
LocaleStore store)
Writes data to a file. |
void |
LocaleWriter.write(OutputStream output,
LocaleStore data)
Writes data to a file. |
| Uses of LocaleStore in net.sf.locale4j.storage |
|---|
| Classes in net.sf.locale4j.storage that implement LocaleStore | |
|---|---|
class |
HashMapStore
In memory storage of locale data using HashTables. |
class |
HashTableStore
In memory storage of locale data using HashTables. |
class |
TreeMapStore
In memory storage of locale data using HashTables. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||