public abstract class ImmutableIteratorWrapper<T> extends Object implements Iterator<MethodMetadata>
Modifier | Constructor and Description |
---|---|
protected |
ImmutableIteratorWrapper(Iterator<T> originalIterator) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
MethodMetadata |
next() |
void |
remove() |
protected abstract MethodMetadata |
wrapObject(T t) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<MethodMetadata>
public MethodMetadata next()
next
in interface Iterator<MethodMetadata>
protected abstract MethodMetadata wrapObject(T t)
public void remove()
remove
in interface Iterator<MethodMetadata>
Copyright © 2014 Seam Framework. All rights reserved.