Rule Execution Server API

com.ibm.rules.engine.util
Class ArrayHelper.DoubleIterator

java.lang.Object
  extended by com.ibm.rules.engine.util.ArrayHelper.DoubleIterator
All Implemented Interfaces:
Iterator<Object>
Enclosing class:
ArrayHelper

public static class ArrayHelper.DoubleIterator
extends Object
implements Iterator<Object>


Constructor Summary
ArrayHelper.DoubleIterator(double[] array)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayHelper.DoubleIterator

public ArrayHelper.DoubleIterator(double[] array)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<Object>

next

public Object next()
Specified by:
next in interface Iterator<Object>

remove

public void remove()
Specified by:
remove in interface Iterator<Object>

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013