public class SeqIterator extends Object implements Iterator
SeqIterator(ISeq o)
SeqIterator(Object o)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SeqIterator(Object o)
public SeqIterator(ISeq o)
public boolean hasNext()
hasNext
Iterator
public Object next() throws NoSuchElementException
next
NoSuchElementException
public void remove()
remove
Copyright © 2017. All rights reserved.