|
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.TdFavoriteThreadIterator
Constructor Summary | |
TdFavoriteThreadIterator(TdContainer tdc, oracle.discussions.sdk.impl.TdSession tdsession, oracle.discussions.sdk.impl.data.TdFavoriteThreadResultInfo tdFavTRI) |
|
TdFavoriteThreadIterator(TdStore tdstore, oracle.discussions.sdk.impl.TdSession tdsession, oracle.discussions.sdk.impl.data.TdFavoriteThreadResultInfo tdFavTRI) |
Method Summary | |
int |
find(java.lang.Object key) return the index of objects with the given key 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 |
Constructor Detail |
public TdFavoriteThreadIterator(TdStore tdstore, oracle.discussions.sdk.impl.TdSession tdsession, oracle.discussions.sdk.impl.data.TdFavoriteThreadResultInfo tdFavTRI)
public TdFavoriteThreadIterator(TdContainer tdc, oracle.discussions.sdk.impl.TdSession tdsession, oracle.discussions.sdk.impl.data.TdFavoriteThreadResultInfo tdFavTRI)
Method Detail |
public boolean hasNext()
public boolean hasPrevious()
public java.lang.Object next()
public java.lang.Object previous()
public void remove()
public int size()
public void seek(int iPosition) throws TdException
iPosition
- the position to which the iterator is to be moved.public int find(java.lang.Object key) throws TdException
key
- the Object which is being searched in the underlying collection
|
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 |