C# 클래스 clojure.lang.ATransientSet

상속: AFn, ITransientSet
파일 보기 프로젝트 열기: richhickey/clojure-clr

보호된 프로퍼티들

프로퍼티 타입 설명
_impl ITransientMap

공개 메소드들

메소드 설명
conj ( object val ) : ITransientCollection
contains ( object key ) : bool
count ( ) : int
disjoin ( object key ) : ITransientSet
get ( object key ) : object
persistent ( ) : IPersistentCollection

보호된 메소드들

메소드 설명
ATransientSet ( ITransientMap impl )

비공개 메소드들

메소드 설명
invoke ( object key ) : object
invoke ( object key, object notFound ) : object

메소드 상세

ATransientSet() 보호된 메소드

protected ATransientSet ( ITransientMap impl )
impl ITransientMap

conj() 공개 메소드

public conj ( object val ) : ITransientCollection
val object
리턴 ITransientCollection

contains() 공개 메소드

public contains ( object key ) : bool
key object
리턴 bool

count() 공개 메소드

public count ( ) : int
리턴 int

disjoin() 공개 메소드

public disjoin ( object key ) : ITransientSet
key object
리턴 ITransientSet

get() 공개 메소드

public get ( object key ) : object
key object
리턴 object

persistent() 공개 추상적인 메소드

public abstract persistent ( ) : IPersistentCollection
리턴 IPersistentCollection

프로퍼티 상세

_impl 보호되어 있는 프로퍼티

protected ITransientMap _impl
리턴 ITransientMap