clojure.lang
Class LazilyPersistentVector

java.lang.Object
  extended by clojure.lang.LazilyPersistentVector

public class LazilyPersistentVector
extends Object


Constructor Summary
LazilyPersistentVector()
           
 
Method Summary
static IPersistentVector create(Collection coll)
           
static IPersistentVector createOwning(Object... items)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazilyPersistentVector

public LazilyPersistentVector()
Method Detail

createOwning

public static IPersistentVector createOwning(Object... items)

create

public static IPersistentVector create(Collection coll)


Copyright © 2014. All Rights Reserved.