Class GlobalOrdinalsWithScoreCollector.Scores

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float[][] blocks  
      (package private) float unset  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Scores​(long valueCount, float unset)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float getScore​(int globalOrdinal)  
      void setScore​(int globalOrdinal, float score)  
      • Methods inherited from class java.lang.Object

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

      • blocks

        final float[][] blocks
      • unset

        final float unset
    • Constructor Detail

      • Scores

        private Scores​(long valueCount,
                       float unset)
    • Method Detail

      • setScore

        public void setScore​(int globalOrdinal,
                             float score)
      • getScore

        public float getScore​(int globalOrdinal)