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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
index
private int index
max
private int max
feld
private Object[] feld
StatCustomSequence.DoubleArrayEnumeration
public StatCustomSequence.DoubleArrayEnumeration(Double[] array)
throws NullPointerException
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
throws NoSuchElementException
- Specified by:
nextElement
in interface Enumeration
NoSuchElementException