org.jboss.weld.interceptor.util
Class ImmutableIteratorWrapper<T>

java.lang.Object
  extended by org.jboss.weld.interceptor.util.ImmutableIteratorWrapper<T>
All Implemented Interfaces:
Iterator<MethodMetadata>

public abstract class ImmutableIteratorWrapper<T>
extends Object
implements Iterator<MethodMetadata>

Author:
Marius Bogoevici

Constructor Summary
protected ImmutableIteratorWrapper(Iterator<T> originalIterator)
           
 
Method Summary
 boolean hasNext()
           
 MethodMetadata next()
           
 void remove()
           
protected abstract  MethodMetadata wrapObject(T t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutableIteratorWrapper

protected ImmutableIteratorWrapper(Iterator<T> originalIterator)
Method Detail

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 © 2013 Seam Framework. All Rights Reserved.