Class MemoryIndex.MemoryDocValuesIterator

  • Enclosing class:
    MemoryIndex

    private static class MemoryIndex.MemoryDocValuesIterator
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int doc  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int advance​(int doc)  
      (package private) int docId()  
      (package private) int nextDoc()  
      • Methods inherited from class java.lang.Object

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

      • doc

        int doc
    • Constructor Detail

      • MemoryDocValuesIterator

        private MemoryDocValuesIterator()
    • Method Detail

      • advance

        int advance​(int doc)
      • nextDoc

        int nextDoc()
      • docId

        int docId()