57 |
* Represents a {@link HashMap} of translations. toString() returns the |
* Represents a {@link HashMap} of translations. toString() returns the |
58 |
* appropriate translation. This class is mutable. |
* appropriate translation. This class is mutable. |
59 |
* |
* |
60 |
* @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a> |
* @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a> |
61 |
*/ |
*/ |
62 |
|
|
63 |
public class Translation extends HashMap<String, String> implements |
public class Translation extends HashMap<String, String> implements |