Class LocalCache.EntryIterator<K,V> 
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperIterator
com.tangosol.coherence.jcache.localcache.LocalCache.EntryIterator<K,V> 
- Type Parameters:
 K- key typeV- value type
- All Implemented Interfaces:
 Iterator
- Enclosing class:
 LocalCache<K,V> 
public static class LocalCache.EntryIterator<K,V> 
extends WrapperCollections.AbstractWrapperIterator
JCache Entry iterator
- 
Constructor Summary
ConstructorsConstructorDescriptionEntryIterator(Iterator<Map.Entry<K, V>> iter, LocalCache<K, V> cache) Construct an EntryIterator backed by the specified iterator. - 
Method Summary
Methods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperIterator
equals, getDelegate, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining 
- 
Constructor Details
- 
EntryIterator
Construct an EntryIterator backed by the specified iterator.- Parameters:
 iter- the underlying iteratorcache- cache to iterate over
 
 - 
 - 
Method Details
- 
hasNext
public boolean hasNext()Description copied from class:WrapperCollections.AbstractWrapperIterator- Specified by:
 hasNextin interfaceIterator<K>- Overrides:
 hasNextin classWrapperCollections.AbstractWrapperIterator
 - 
next
Description copied from class:WrapperCollections.AbstractWrapperIterator- Specified by:
 nextin interfaceIterator<K>- Overrides:
 nextin classWrapperCollections.AbstractWrapperIterator
 - 
remove
public void remove()Description copied from class:WrapperCollections.AbstractWrapperIterator- Specified by:
 removein interfaceIterator<K>- Overrides:
 removein classWrapperCollections.AbstractWrapperIterator
 
 -