Interface ZScanCursor<V>

    • Method Detail

      • toIterable

        Iterable<ScoredValue<V>> toIterable()
        Returns an Iterable providing each member of the sorted set individually. Unlike Cursor.next() which provides the members by batch, this method returns them one by one.
        Returns:
        the iterable