Class FunctionValue

java.lang.Object
de.gwdg.metadataqa.marc.utils.FunctionValue

public class FunctionValue extends Object
  • Constructor Details

    • FunctionValue

      public FunctionValue(int count, double percent)
    • FunctionValue

      public FunctionValue()
  • Method Details

    • count

      public void count()
    • calculatePercentage

      public void calculatePercentage(int total)
    • add

      public void add(FunctionValue other)
    • getCount

      public int getCount()
    • getPercentage

      public double getPercentage()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object