Package org.apache.sis.util.collection
Class CacheEntries.Iter<K,V>
java.lang.Object
org.apache.sis.util.collection.CacheEntries.Iter<K,V>
- Enclosing class:
- CacheEntries<K,
V>
-
Field Details
-
it
The iterator over the entries wrapped byCacheEntries
. -
next
The next entry to returns, ornull
if we reached the end of iteration.
-
-
Constructor Details
-
Iter
Creates a new iterator wrapping the given iterator fromCacheEntries.entries
.
-
-
Method Details