Class WrapperCollections.AbstractWrapperIterator<E>
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
LocalCache.EntryIterator
,PartitionedCache.EntryIterator
,WrapperCollections.AbstractWrapperListIterator
- Enclosing class:
WrapperCollections
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractWrapperIterator
(Iterator<E> iter) Create an AbstractWrapperIterator which delegates to the specified Iterator. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
AbstractWrapperIterator
-
-
Method Details
-
getDelegate
-
hasNext
-
next
-
remove
-
equals
-
hashCode
-
toString
-