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, waitforEachRemainingpublic 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 © 2016 Seam Framework. All Rights Reserved.