C# Class clojure.lang.ATransientSet

Inheritance: AFn, ITransientSet
Afficher le fichier Open project: richhickey/clojure-clr

Protected Properties

Свойство Type Description
_impl ITransientMap

Méthodes publiques

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

Méthodes protégées

Méthode Description
ATransientSet ( ITransientMap impl )

Private Methods

Méthode Description
invoke ( object key ) : object
invoke ( object key, object notFound ) : object

Method Details

ATransientSet() protected méthode

protected ATransientSet ( ITransientMap impl )
impl ITransientMap

conj() public méthode

public conj ( object val ) : ITransientCollection
val object
Résultat ITransientCollection

contains() public méthode

public contains ( object key ) : bool
key object
Résultat bool

count() public méthode

public count ( ) : int
Résultat int

disjoin() public méthode

public disjoin ( object key ) : ITransientSet
key object
Résultat ITransientSet

get() public méthode

public get ( object key ) : object
key object
Résultat object

persistent() public abstract méthode

public abstract persistent ( ) : IPersistentCollection
Résultat IPersistentCollection

Property Details

_impl protected_oe property

protected ITransientMap _impl
Résultat ITransientMap