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) |
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 © 2013 Seam Framework. All rights reserved.