Class DimensionalValue<VALUE>


  • public class DimensionalValue<VALUE>
    extends Object
    Contains the values a given key in a DimensionalMap may take for different dimensional contexts.
    Author:
    bratseth
    • Method Detail

      • get

        public VALUE get​(Map<String,​String> context)
        Returns the value matching this context, or null if none
      • isEmpty

        public boolean isEmpty()