clojure.lang
Class ArrayIter.ArrayIter_boolean

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

public static class ArrayIter.ArrayIter_boolean
extends Object
implements Iterator<Boolean>


Method Summary
 boolean hasNext()
           
 Boolean 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<Boolean>

next

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

remove

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


Copyright © 2016. All Rights Reserved.