Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKSegmentedPartsIteratorOD

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKSegmentedPartsIterator
        |
        +--com.ibm.mm.sdk.common.DKSegmentedPartsIteratorOD
All Implemented Interfaces:
DKConstant, DKConstantOD, dkIterator, DKMessageId, DKSequentialIterator, java.io.Serializable

public class DKSegmentedPartsIteratorOD
extends DKSegmentedPartsIterator
implements DKConstantOD, DKMessageId, java.io.Serializable

See Also:
Serialized Form

Fields inherited from interface com.ibm.mm.sdk.common.DKConstantOD
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKConstant
    For details, see the class or interface
 
Fields inherited from interface com.ibm.mm.sdk.common.DKMessageId
    For details, see the class or interface
 
Constructor Summary
DKSegmentedPartsIteratorOD(java.lang.Object[] collImp, int size)
           
 
Method Summary
 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.
 
Methods inherited from class com.ibm.mm.sdk.common.DKSegmentedPartsIterator
at, more, reset, setToFirst, setToLast, setToNext, setToPrevious
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKSegmentedPartsIteratorOD

public DKSegmentedPartsIteratorOD(java.lang.Object[] collImp,
                                  int size)
Method Detail

next

public java.lang.Object next()
                      throws DKUsageError
Description copied from interface: dkIterator
Advances the iterator to the next element and gets that element in the collection
Overrides:
next in class DKSegmentedPartsIterator
Following copied from interface: com.ibm.mm.sdk.common.dkIterator
Returns:
current element.

previous

public java.lang.Object previous()
                          throws DKUsageError
Description copied from interface: DKSequentialIterator
Gets the current element in the collection and repositions the iterator to the previous element.
Overrides:
previous in class DKSegmentedPartsIterator
Following copied from interface: com.ibm.mm.sdk.common.DKSequentialIterator
Returns:
current element.

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.