Interface IDictionary

    • Method Detail

      • getValue

        java.lang.String getValue​(java.lang.String key)
        Parameters:
        key - The key of a dictionary entry.
        Returns:
        The value associated with the given key.
      • getEntries

        java.util.Map<java.lang.String,​java.lang.String> getEntries()
        Returns:
        The dictionary entries.
      • applyTo

        IDictionary applyTo​(IDictionary.DictionaryContext context)
        Return a view on this dictionary as applicable to the given context.
        Parameters:
        context - The context to generate the view for.
        Returns:
        a dictionary tailored for the given context. Can be this if no adjustments are required or null if the dictionary is not applicable to the given context.