clojure.lang
Class ArrayIter.ArrayIter_int

java.lang.Object
  extended by clojure.lang.ArrayIter.ArrayIter_int
All Implemented Interfaces:
java.util.Iterator<java.lang.Long>
Enclosing class:
ArrayIter

public static class ArrayIter.ArrayIter_int
extends java.lang.Object
implements java.util.Iterator<java.lang.Long>


Method Summary
 boolean hasNext()
           
 java.lang.Long 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 java.util.Iterator<java.lang.Long>

next

public java.lang.Long next()
Specified by:
next in interface java.util.Iterator<java.lang.Long>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<java.lang.Long>


Copyright © 2014. All Rights Reserved.