clojure.lang
Class IteratorSeq

java.lang.Object
  extended by clojure.lang.Obj
      extended by clojure.lang.ASeq
          extended by clojure.lang.IteratorSeq
All Implemented Interfaces:
IHashEq, IMeta, IObj, IPersistentCollection, ISeq, Seqable, Sequential, Serializable, Iterable, Collection, List

public class IteratorSeq
extends ASeq

See Also:
Serialized Form

Method Summary
static IteratorSeq create(Iterator iter)
           
 Object first()
           
 ISeq next()
           
 IteratorSeq withMeta(IPersistentMap meta)
           
 
Methods inherited from class clojure.lang.ASeq
add, add, addAll, addAll, clear, cons, contains, containsAll, count, empty, equals, equiv, get, hashCode, hasheq, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, more, remove, remove, removeAll, retainAll, seq, set, size, subList, toArray, toArray, toString
 
Methods inherited from class clojure.lang.Obj
meta
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static IteratorSeq create(Iterator iter)

first

public Object first()

next

public ISeq next()

withMeta

public IteratorSeq withMeta(IPersistentMap meta)
Specified by:
withMeta in interface IObj
Specified by:
withMeta in class Obj


Copyright © 2015. All Rights Reserved.