Class GlobalOrdinalsWithScoreCollector.Occurrences

    • Field Summary

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

      Constructors 
      Modifier Constructor Description
      private Occurrences​(long valueCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOccurrence​(int globalOrdinal)  
      void increment​(int globalOrdinal)  
      • Methods inherited from class java.lang.Object

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

      • blocks

        final int[][] blocks
    • Constructor Detail

      • Occurrences

        private Occurrences​(long valueCount)
    • Method Detail

      • increment

        public void increment​(int globalOrdinal)
      • getOccurrence

        public int getOccurrence​(int globalOrdinal)