IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bean
Class DoubleArrayCollection.MyEnumeration

java.lang.Object
  extended by com.ibm.btt.bean.DoubleArrayCollection.MyEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
DoubleArrayCollection

 class DoubleArrayCollection.MyEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
(package private)  double[] array
           
(package private)  int pos
           
 
Constructor Summary
DoubleArrayCollection.MyEnumeration(double[] fields)
          This constructor with a specified double[].
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
          return the next element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

array

double[] array

pos

int pos
Constructor Detail

DoubleArrayCollection.MyEnumeration

public DoubleArrayCollection.MyEnumeration(double[] fields)
This constructor with a specified double[].

Parameters:
fields -
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration
Returns:
boolean

nextElement

public java.lang.Object nextElement()
return the next element.

Specified by:
nextElement in interface java.util.Enumeration

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011