|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.sdk.common.DKSegmentedPartsIterator
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId |
For details, see the class or interface |
Constructor Summary | |
DKSegmentedPartsIterator(java.lang.Object[] collImp,
int size)
|
Method Summary | |
java.lang.Object |
at()
Gets the current element in the collection. |
boolean |
more()
Returns true if there are more elements in the collection. |
java.lang.Object |
next()
Advances the iterator to the next element and gets that element in the collection |
java.lang.Object |
previous()
Gets the current element in the collection and repositions the iterator to the previous element. |
void |
reset()
Resets the iterator to the beginning of the collection. |
boolean |
setToFirst()
Sets to the first element in the collection. |
boolean |
setToLast()
Sets to the last element in the collection. |
boolean |
setToNext()
Sets to the next element in the collection. |
boolean |
setToPrevious()
Sets to the previous element in the collection. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DKSegmentedPartsIterator(java.lang.Object[] collImp, int size)
Method Detail |
public java.lang.Object next() throws DKUsageError
dkIterator
next
in interface dkIterator
com.ibm.mm.sdk.common.dkIterator
public void reset()
dkIterator
reset
in interface dkIterator
public boolean more()
dkIterator
more
in interface dkIterator
com.ibm.mm.sdk.common.dkIterator
public java.lang.Object previous() throws DKUsageError
DKSequentialIterator
previous
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
public boolean setToFirst()
DKSequentialIterator
setToFirst
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
public boolean setToLast()
DKSequentialIterator
setToLast
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
public boolean setToNext()
DKSequentialIterator
setToNext
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
public boolean setToPrevious()
DKSequentialIterator
setToPrevious
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
public java.lang.Object at() throws DKUsageError
DKSequentialIterator
at
in interface DKSequentialIterator
com.ibm.mm.sdk.common.DKSequentialIterator
|
EIP Java APIs | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |