Class IntervalListSecond

    • Field Detail

      • intervalMap

        protected Map<Integer,​org.dashbuilder.dataset.group.Interval> intervalMap
    • Constructor Detail

      • IntervalListSecond

        public IntervalListSecond​(org.dashbuilder.dataset.group.ColumnGroup columnGroup)
      • IntervalListSecond

        public IntervalListSecond​(org.dashbuilder.dataset.group.ColumnGroup columnGroup,
                                  int size)
    • Method Detail

      • locateInterval

        public org.dashbuilder.dataset.group.Interval locateInterval​(Object value)
        Description copied from class: IntervalList
        Get the interval that holds the given value.
        Specified by:
        locateInterval in class IntervalList
        Parameters:
        value - The value we are asking for.
        Returns:
        The interval which the value belongs to.