clojure.lang
Class ArrayIter

java.lang.Object
  extended by clojure.lang.ArrayIter
All Implemented Interfaces:
Iterator

public class ArrayIter
extends Object
implements Iterator


Nested Class Summary
static class ArrayIter.ArrayIter_boolean
           
static class ArrayIter.ArrayIter_byte
           
static class ArrayIter.ArrayIter_char
           
static class ArrayIter.ArrayIter_double
           
static class ArrayIter.ArrayIter_float
           
static class ArrayIter.ArrayIter_int
           
static class ArrayIter.ArrayIter_long
           
static class ArrayIter.ArrayIter_short
           
 
Field Summary
static Iterator EMPTY_ITERATOR
           
 
Method Summary
static Iterator create()
           
static Iterator create(Object... array)
           
static Iterator createFromObject(Object array)
           
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_ITERATOR

public static Iterator EMPTY_ITERATOR
Method Detail

create

public static Iterator create()

create

public static Iterator create(Object... array)

createFromObject

public static Iterator createFromObject(Object array)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

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

remove

public void remove()
Specified by:
remove in interface Iterator


Copyright © 2015. All Rights Reserved.