Module be.yildizgames.common.client
Class TranslationKey.MultiKey
- java.lang.Object
-
- be.yildizgames.common.client.translation.TranslationKey.MultiKey
-
- Enclosing class:
- TranslationKey
public static final class TranslationKey.MultiKey extends Object
A multi key is composed of several keys to provide the possibility to use several translation in one go.- Author:
- Van den Borre Gr��gory specfield keys:List of TranslationKey:contains the different keys, null values not allowed.
-
-
Method Detail
-
add
public void add(TranslationKey key)
Add a new TranslationKey to this MultiKey- Parameters:
key- key to add, null is not allowed.
-
-