de.fhkoeln.zra.statix.data
Class StatCustomSequence.DoubleArrayEnumeration

java.lang.Object
  |
  +--de.fhkoeln.zra.statix.data.StatCustomSequence.DoubleArrayEnumeration
All Implemented Interfaces:
Enumeration
Enclosing class:
StatCustomSequence

private class StatCustomSequence.DoubleArrayEnumeration
extends Object
implements Enumeration


Field Summary
private  Object[] feld
           
private  int index
           
private  int max
           
 
Constructor Summary
StatCustomSequence.DoubleArrayEnumeration(Double[] array)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

private int index

max

private int max

feld

private Object[] feld
Constructor Detail

StatCustomSequence.DoubleArrayEnumeration

public StatCustomSequence.DoubleArrayEnumeration(Double[] array)
                                          throws NullPointerException
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
                   throws NoSuchElementException
Specified by:
nextElement in interface Enumeration
NoSuchElementException