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
-
-
Constructor Details
-
Iter
Creates a new iterator wrapping the given iterator fromCacheEntries.entries.
-
-
Method Details
-
advance
private void advance()Advances the iterator to the next entry to be returned. -
hasNext
-
next
-