public interface KeyValueIterator<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
advanceNext() |
K |
getKey() |
V |
getValue() |
boolean advanceNext() throws IOException
IOException
K getKey()
V getValue()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.