JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
org.hsqldb
Package
org.hsqldb.lib
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)
Method Summary
Methods inherited from interface org.hsqldb.lib.
Iterator
hasNext
,
next
,
nextInt
,
nextLong
,
remove