JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
org.hsqldb
org.hsqldb.lib
PrimitiveIterator
Contents
Description
Method Summary
Hide sidebar
Show sidebar
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
Iterator
hasNext
,
next
,
nextInt
,
nextLong
,
remove