org.databene.commons
Interface TypedIterator<E>

All Superinterfaces:
java.util.Iterator<E>

public interface TypedIterator<E>
extends java.util.Iterator<E>

Adds type information to an Iterator.

Since:
0.3.0
Author:
Volker Bergmann

Method Summary
 java.lang.Class<E> getType()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getType

java.lang.Class<E> getType()


Copyright © 2010. All Rights Reserved.