Package org.smallmind.claxon.registry
Class Percentile
- java.lang.Object
-
- org.smallmind.claxon.registry.Percentile
-
public class Percentile extends Object
-
-
Constructor Summary
Constructors Constructor Description Percentile()Percentile(String name, double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()doublegetValue()voidsetName(String name)voidsetValue(double value)
-