Uses of Interface
clojure.lang.IObj

Packages that use IObj
clojure.lang   
 

Uses of IObj in clojure.lang
 

Classes in clojure.lang that implement IObj
 class AFunction
           
static class APersistentMap.KeySeq
           
static class APersistentMap.ValSeq
           
static class APersistentVector.RSeq
           
 class ArraySeq
           
static class ArraySeq.ArraySeq_boolean
           
static class ArraySeq.ArraySeq_byte
           
static class ArraySeq.ArraySeq_char
           
static class ArraySeq.ArraySeq_double
           
static class ArraySeq.ArraySeq_float
           
static class ArraySeq.ArraySeq_int
           
static class ArraySeq.ArraySeq_long
           
 class ASeq
           
 class ChunkedCons
           
 class Cons
           
 class EnumerationSeq
           
 class FnLoaderThunk
           
 class IteratorSeq
           
 class LazySeq
           
 class Obj
           
 class PersistentArrayMap
          Simple implementation of persistent map on an array

Note that instances of this class are constant values i.e.

 class PersistentHashMap
           
 class PersistentHashSet
           
 class PersistentList
           
 class PersistentQueue
          conses onto rear, peeks/pops from front See Okasaki's Batched Queues This differs in that it uses a PersistentVector as the rear, which is in-order, so no reversing or suspensions required for persistent use
 class PersistentStructMap
           
 class PersistentTreeMap
          Persistent Red Black Tree Note that instances of this class are constant values i.e.
static class PersistentTreeMap.Seq
           
 class PersistentTreeSet
           
 class PersistentVector
           
static class PersistentVector.ChunkedSeq
           
 class Range
           
 class RestFn
           
 class StringSeq
           
 class Symbol
           
 

Methods in clojure.lang that return IObj
 IObj IObj.withMeta(IPersistentMap meta)
           
 IObj PersistentStructMap.withMeta(IPersistentMap meta)
           
 IObj FnLoaderThunk.withMeta(IPersistentMap meta)
           
 IObj Symbol.withMeta(IPersistentMap meta)
           
 IObj AFunction.withMeta(IPersistentMap meta)
           
 



Copyright © 2012. All Rights Reserved.