Class IntegerFrequencyMap

Object
com.owenfeehan.pathpatternfinder.describer.frequencymap.integer.IntegerFrequencyMap

public class IntegerFrequencyMap
extends Object
Specialised frequency-map for integers, similar to FrequencyMap.
Author:
Owen Feehan
  • Constructor Details

  • Method Details

    • lowest

      public int lowest()
      The lowest-value in the map.
      Returns:
      the lowest-value.
    • highest

      public int highest()
      The highest-value in the map.
      Returns:
      the highest-value.
    • numberUniqueValues

      public int numberUniqueValues()
      Number of unique values.
      Returns:
      number of unique values.
    • areIndicesContiguous

      public boolean areIndicesContiguous()
      Does it contain exactly one integer (and only one) for every integer between lowest() and highest() inclusive
      Returns:
      true if the map fulfills above condition