Class DiscreteProbabilityBuffer.Entry

    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int eventId, double probability)  
    • Method Summary

      Modifier and Type Method Description
      int getEventId()  
      double getProbability()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Entry

        public Entry​(int eventId,
                     double probability)
    • Method Detail

      • getEventId

        public int getEventId()
      • getProbability

        public double getProbability()