JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.qbroker.common
Interface Browser
public interface
Browser
Browser is an Interface for browsing items from an indexed data set. It is assumed that there is an unique, non-negative ID associated with each item in the data set.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
next
()
returns the id of the next item or -1 if none left
void
reset
()
resets the browser so that it can browse again
Method Detail
next
int next()
returns the id of the next item or -1 if none left
reset
void reset()
resets the browser so that it can browse again
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method