|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jafer.osid.provider.RecordIterator
public class RecordIterator
Field Summary | |
---|---|
private int |
i
|
private java.util.Vector |
vector
|
Constructor Summary | |
---|---|
RecordIterator(java.util.Vector vector)
|
Method Summary | |
---|---|
boolean |
hasNextRecord()
|
org.osid.repository.Record |
nextRecord()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.Vector vector
private int i
Constructor Detail |
---|
public RecordIterator(java.util.Vector vector) throws org.osid.repository.RepositoryException
org.osid.repository.RepositoryException
Method Detail |
---|
public boolean hasNextRecord() throws org.osid.repository.RepositoryException
hasNextRecord
in interface org.osid.repository.RecordIterator
org.osid.repository.RepositoryException
public org.osid.repository.Record nextRecord() throws org.osid.repository.RepositoryException
nextRecord
in interface org.osid.repository.RecordIterator
org.osid.repository.RepositoryException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |