Class ReprioritizationTracker.PreloadedValues

  • Enclosing class:
    ReprioritizationTracker

    protected static class ReprioritizationTracker.PreloadedValues
    extends java.lang.Object
    A set of preloaded values
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int valueIndex  
      protected double[] values  
    • Constructor Summary

      Constructors 
      Constructor Description
      PreloadedValues​(double[] values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getNextValue()  
      • Methods inherited from class java.lang.Object

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

      • values

        protected double[] values
      • valueIndex

        protected int valueIndex
    • Constructor Detail

      • PreloadedValues

        public PreloadedValues​(double[] values)
    • Method Detail

      • getNextValue

        public java.lang.Double getNextValue()