Interface KeyValueIterator<K,​V>

    • Method Detail

      • peekNextKey

        K peekNextKey()
        Peek at the next key without advancing the iterator
        Returns:
        the key of the next value that would be returned from the next call to next