clojure.lang
Class ArrayIter.ArrayIter_double

java.lang.Object
  extended by clojure.lang.ArrayIter.ArrayIter_double
All Implemented Interfaces:
Iterator<Double>
Enclosing class:
ArrayIter

public static class ArrayIter.ArrayIter_double
extends Object
implements Iterator<Double>


Method Summary
 boolean hasNext()
           
 Double next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasNext

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

next

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

remove

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


Copyright © 2015. All Rights Reserved.