|
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.TdAggregateMessageIterator
Constructor Summary | |
TdAggregateMessageIterator(TdStore tdStore, oracle.discussions.sdk.impl.data.TdAggregateResultInfo tari, oracle.discussions.sdk.impl.TdSession tdsession) Constructs an AggregateMessageIterator object with the passed tdStore, AggregateResultInfo and TdSession objects. |
Method Summary | |
int |
find(java.lang.Object key) Returns the index of object 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() Returns the number of objects in the underlying collection. |
Constructor Detail |
public TdAggregateMessageIterator(TdStore tdStore, oracle.discussions.sdk.impl.data.TdAggregateResultInfo tari, oracle.discussions.sdk.impl.TdSession tdsession)
url
- an absolute URL giving the base location of the imagename
- the location of the image, relative to the url argumentImage
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 |