V
public class CacheValuesIterator<V> extends Object implements Iterator<V>, Serializable
AbstractCache
boolean
hasNext()
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
Iterator<V>
public V next()
next
public void remove()
remove
Copyright © 2024. All rights reserved.