clojure.lang
Class SeqIterator

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

public class SeqIterator
extends Object
implements Iterator


Constructor Summary
SeqIterator(ISeq o)
           
SeqIterator(Object o)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeqIterator

public SeqIterator(Object o)

SeqIterator

public SeqIterator(ISeq o)
Method Detail

hasNext

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

next

public Object next()
            throws NoSuchElementException
Specified by:
next in interface Iterator
Throws:
NoSuchElementException

remove

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


Copyright © 2015. All Rights Reserved.