Interface HashScanCursor<K,​V>

    • Method Detail

      • toIterable

        Iterable<Map.Entry<K,​V>> toIterable()
        Returns an Iterable providing each entry from the hash individually. Unlike Cursor.next() which provides the entries by batch, this method returns them one by one.
        Returns:
        the iterable