|
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.TdMessageIterator
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() Returns the number of objects in the underlying collection. |
Method Detail |
public void seek(int iPosition)
iPosition
- the position to which the iterator is to be moved.public int size()
public boolean hasPrevious()
public boolean hasNext()
public java.lang.Object previous()
public java.lang.Object next()
public int find(java.lang.Object key) throws TdException
key
- the Object which is being searched in the underlying collectionpublic void remove()
|
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 |