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