V - 迭代对象类型public class CacheValuesIterator<V> extends Object implements Iterator<V>, Serializable
AbstractCache 的值迭代器.| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
V |
next() |
void |
remove()
从缓存中移除没有过期的当前值,不支持此方法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingCopyright © 2025. All rights reserved.