public class BaseSearchManager.BasicObjectIterator extends Object implements org.osid.shared.ObjectIterator
| Modifier and Type | Field and Description |
|---|---|
protected int |
i |
protected Vector |
vector |
| Constructor and Description |
|---|
BasicObjectIterator(List keys) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNextObject() |
Serializable |
nextObject() |
protected int i
protected Vector vector
public BasicObjectIterator(List keys) throws org.osid.shared.SharedException
org.osid.shared.SharedExceptionpublic boolean hasNextObject()
throws org.osid.shared.SharedException
hasNextObject in interface org.osid.shared.ObjectIteratororg.osid.shared.SharedExceptionpublic Serializable nextObject() throws org.osid.shared.SharedException
nextObject in interface org.osid.shared.ObjectIteratororg.osid.shared.SharedExceptionCopyright © 2003–2017 The Sakai Foundation. All rights reserved.