|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--arlut.csd.ganymede.DBObjectTableEnumerator
A DBObjectTable enumerator class.
This class should remain opaque to the client, which will use the
Enumeration interface.
| Field Summary | |
(package private) DBObject |
entry
|
(package private) int |
index
|
(package private) DBObject[] |
table
|
| Constructor Summary | |
(package private) |
DBObjectTableEnumerator(DBObject[] table)
|
| Method Summary | |
boolean |
hasMoreElements()
|
java.lang.Object |
nextElement()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
int index
DBObject[] table
DBObject entry
| Constructor Detail |
DBObjectTableEnumerator(DBObject[] table)
| Method Detail |
public boolean hasMoreElements()
hasMoreElements in interface java.util.Enumerationpublic java.lang.Object nextElement()
nextElement in interface java.util.Enumeration
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||