org.jboss.interceptor.util
Class ImmutableIteratorWrapper<T>
java.lang.Object
org.jboss.interceptor.util.ImmutableIteratorWrapper<T>
- All Implemented Interfaces:
- Iterator<MethodMetadata>
public abstract class ImmutableIteratorWrapper<T>
- extends Object
- implements Iterator<MethodMetadata>
- Author:
- Marius Bogoevici
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableIteratorWrapper
protected ImmutableIteratorWrapper(Iterator<T> originalIterator)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<MethodMetadata>
next
public MethodMetadata next()
- Specified by:
next in interface Iterator<MethodMetadata>
wrapObject
protected abstract MethodMetadata wrapObject(T t)
remove
public void remove()
- Specified by:
remove in interface Iterator<MethodMetadata>
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.