@GwtCompatible public abstract class ForwardingIterator<T> extends ForwardingObject implements Iterator<T>
Modifier | Constructor and Description |
---|---|
protected |
ForwardingIterator()
Constructor for use by subclasses.
|
protected ForwardingIterator()
protected abstract Iterator<T> delegate()
ForwardingObject
ForwardingSet.delegate()
. Concrete subclasses override this method to supply
the instance being decorated.delegate
in class ForwardingObject
Copyright © 2010-2015. All Rights Reserved.