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