Package com.tangosol.util
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
 
public abstract static class WrapperCollections.AbstractWrapperIterator<E> extends Object implements Iterator<E>
Iterator implementation which delegates all calls to another Iterator. 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractWrapperIterator(Iterator<E> iter)Create an AbstractWrapperIterator which delegates to the specified Iterator. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)protected Iterator<E>getDelegate()Return the Iterator to which all operations should be delegated to.inthashCode()booleanhasNext()Enext()voidremove()StringtoString()- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface java.util.Iterator
forEachRemaining 
 - 
 
 -