clojure.lang
Class ArrayIter.ArrayIter_byte

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

public static class ArrayIter.ArrayIter_byte
extends Object
implements Iterator<Byte>


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

next

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

remove

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


Copyright © 2015. All Rights Reserved.