public interface KeyValueIterator<K,V>
boolean
advanceNext()
K
getKey()
V
getValue()
boolean advanceNext() throws IOException
IOException
K getKey()
V getValue()
Copyright © 2023 The Apache Software Foundation. All rights reserved.