Class TreeMapSumKeysData


  • public final class TreeMapSumKeysData
    extends NativeObjectContainer
    Maps all sum keys add to the dataset configuration in order to have more sums for specific keys.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getSum

        public double getSum​(String key)
        Returns the sum for a specific key.
        Parameters:
        key - key of java script object to get.
        Returns:
        the sum for a specific key.
      • getSum

        public double getSum​(Key key)
        Returns the sum for a specific key.
        Parameters:
        key - key of java script object to get.
        Returns:
        the sum for a specific key.