Class SlowCompositeCodecReaderWrapper.DocValuesSub<T extends DocIdSetIterator>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int docEnd  
      private int docStart  
      private T sub  
    • Constructor Summary

      Constructors 
      Constructor Description
      DocValuesSub​(T sub, int docStart, int docEnd)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • docStart

        private final int docStart
      • docEnd

        private final int docEnd
    • Constructor Detail

      • DocValuesSub

        DocValuesSub​(T sub,
                     int docStart,
                     int docEnd)