public interface SearchIterator<K,V>
boolean
hasNext()
V
next(K key)
boolean hasNext()
V next(K key)
Copyright © 2018 The Apache Software Foundation