clojure.lang
Class ArrayIter
java.lang.Object
clojure.lang.ArrayIter
- All Implemented Interfaces:
- Iterator
public class ArrayIter
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_ITERATOR
public static Iterator EMPTY_ITERATOR
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 © 2016. All Rights Reserved.