Class 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 final void add​(TranslationKey key)
        Add a new TranslationKey to this MultiKey
        Parameters:
        key - key to add, null is not allowed.