Package de.gwdg.metadataqa.marc.utils
Class FunctionValue
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.FunctionValue
-
public class FunctionValue extends Object
-
-
Constructor Summary
Constructors Constructor Description FunctionValue()FunctionValue(int count, double percent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(FunctionValue other)voidcalculatePercent(int total)voidcount()booleanequals(Object o)intgetCount()doublegetPercent()inthashCode()
-
-
-
Method Detail
-
count
public void count()
-
calculatePercent
public void calculatePercent(int total)
-
add
public void add(FunctionValue other)
-
getCount
public int getCount()
-
getPercent
public double getPercent()
-
-