public class KeyValueIterator extends Object implements Iterator<Object>, KeyIterator
KeyValueIterator(Iterator<Object> iterator)
Object
getKey()
boolean
hasNext()
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public KeyValueIterator(Iterator<Object> iterator)
public boolean hasNext()
hasNext
Iterator<Object>
public Object next()
next
public Object getKey()
getKey
KeyIterator
Copyright © 2020–2022. All rights reserved.