clojure.lang
Class APersistentMap.ValSeq

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

public static class APersistentMap.ValSeq
extends ASeq

See Also:
Serialized Form

Method Summary
static APersistentMap.ValSeq create(ISeq seq)
           
 Object first()
           
 ISeq next()
           
 APersistentMap.ValSeq 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 APersistentMap.ValSeq create(ISeq seq)

first

public Object first()

next

public ISeq next()

withMeta

public APersistentMap.ValSeq withMeta(IPersistentMap meta)
Specified by:
withMeta in interface IObj
Specified by:
withMeta in class Obj


Copyright © 2012. All Rights Reserved.