Interface RandomAccessVectorValuesProducer

    • Method Detail

      • randomAccess

        RandomAccessVectorValues randomAccess()
                                       throws java.io.IOException
        Return a random access interface over this iterator's vectors. Calling the RandomAccess methods will have no effect on the progress of the iteration or the values returned by this iterator. Successive calls will retrieve independent copies that do not overwrite each others' returned values.
        Throws:
        java.io.IOException