|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
oracle.discussions.sdk.TdThreadIterator
Method Summary | |
int |
find(java.lang.Object key) return the index of current Thread in the iterator |
boolean |
hasNext() |
boolean |
hasPrevious() Returns a boolean value indicating if there is an object before the current iterator position in the underlying collection. |
java.lang.Object |
next() |
java.lang.Object |
previous() Returns an object which is before the current iterator position in the underlying collection. |
void |
remove() |
void |
seek(int iPosition) Moves the iterator to the specified position in the underlying collection. |
int |
size() Return the size of the iterator of the moment when iterator is created |
Method Detail |
public boolean hasNext()
public boolean hasPrevious()
public java.lang.Object next()
public java.lang.Object previous()
public void remove()
public int size() throws TdException
public int find(java.lang.Object key) throws TdException
key
- the Object which is being searched in the underlying collectionpublic void seek(int iPosition) throws TdException
iPosition
- the position to which the iterator is to be moved.
|
Oracle Discussions Java API Reference 10g Release 1 (10.1.2) B25496-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |