Package io.virtdata.stathelpers
Class EvProbF
- java.lang.Object
-
- io.virtdata.stathelpers.EvProbF
-
- All Implemented Interfaces:
java.lang.Comparable<EvProbF>
public class EvProbF extends java.lang.Object implements java.lang.Comparable<EvProbF>
A simple wrapper type for "Event Probability", where the event is identified by a unique int, and the probability is represented with single precision floating-point.
-
-
Constructor Summary
Constructors Constructor Description EvProbF(int eventId, float probability)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(EvProbF other)intgetEventId()floatgetProbability()java.lang.StringtoString()
-