Interface ContinuousMapping<K,​V>

    • Method Detail

      • removePoint

        void removePoint​(int index)
        Removes a Point from the List.
        Parameters:
        index - The index of the Point to remove.
      • getPointCount

        int getPointCount()
        Gets Total Point Count.
        Returns:
        the total point count.
      • getPoint

        ContinuousMappingPoint<K,​V> getPoint​(int index)
        Gets Specified Point.
        Parameters:
        index - Index Value.
        Returns:
        ContinuousMappingPoint.