C# Class clojure.lang.ATransientSet

Inheritance: AFn, ITransientSet
Datei anzeigen Open project: richhickey/clojure-clr

Protected Properties

Property Type Description
_impl ITransientMap

Public Methods

Method Description
conj ( object val ) : ITransientCollection
contains ( object key ) : bool
count ( ) : int
disjoin ( object key ) : ITransientSet
get ( object key ) : object
persistent ( ) : IPersistentCollection

Protected Methods

Method Description
ATransientSet ( ITransientMap impl )

Private Methods

Method Description
invoke ( object key ) : object
invoke ( object key, object notFound ) : object

Method Details

ATransientSet() protected method

protected ATransientSet ( ITransientMap impl )
impl ITransientMap

conj() public method

public conj ( object val ) : ITransientCollection
val object
return ITransientCollection

contains() public method

public contains ( object key ) : bool
key object
return bool

count() public method

public count ( ) : int
return int

disjoin() public method

public disjoin ( object key ) : ITransientSet
key object
return ITransientSet

get() public method

public get ( object key ) : object
key object
return object

persistent() public abstract method

public abstract persistent ( ) : IPersistentCollection
return IPersistentCollection

Property Details

_impl protected_oe property

protected ITransientMap _impl
return ITransientMap