Module org.hsqldb

Interface PrimitiveIterator<E>

All Superinterfaces:
Iterator<E>

public interface PrimitiveIterator<E> extends Iterator<E>
Marker interface for iterators supporting nextInt or nextLong methods.
Since:
1.7.2
Author:
Fred Toussi (fredt@users dot sourceforge.net)