Uses of Class
com.tangosol.util.WrapperCollections.AbstractWrapperIterator
-
Packages that use WrapperCollections.AbstractWrapperIterator Package Description com.tangosol.coherence.jcache.localcache Contains classes related to local cache implementation of Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperCollections.AbstractWrapperIterator in com.tangosol.coherence.jcache.localcache
Subclasses of WrapperCollections.AbstractWrapperIterator in com.tangosol.coherence.jcache.localcache Modifier and Type Class Description static class
LocalCache.EntryIterator<K,V>
JCache Entry iterator -
Uses of WrapperCollections.AbstractWrapperIterator in com.tangosol.coherence.jcache.partitionedcache
Subclasses of WrapperCollections.AbstractWrapperIterator in com.tangosol.coherence.jcache.partitionedcache Modifier and Type Class Description static class
PartitionedCache.EntryIterator<K,V>
JCache Entry iterator -
Uses of WrapperCollections.AbstractWrapperIterator in com.tangosol.util
Subclasses of WrapperCollections.AbstractWrapperIterator in com.tangosol.util Modifier and Type Class Description class
WrapperCollections.AbstractWrapperListIterator<E>
ListIterator implementation which delegates all calls to another ListIterator.
-