Свойство | Type | Description | |
---|---|---|---|
_impl | ITransientMap |
Méthode | Description | |
---|---|---|
conj ( object val ) : ITransientCollection | ||
contains ( object key ) : bool | ||
count ( ) : int | ||
disjoin ( object key ) : ITransientSet | ||
get ( object key ) : object | ||
persistent ( ) : IPersistentCollection |
Méthode | Description | |
---|---|---|
ATransientSet ( ITransientMap impl ) |
Méthode | Description | |
---|---|---|
invoke ( object key ) : object | ||
invoke ( object key, object notFound ) : object |
public conj ( object val ) : ITransientCollection | ||
val | object | |
Résultat | ITransientCollection |
public disjoin ( object key ) : ITransientSet | ||
key | object | |
Résultat | ITransientSet |
public abstract persistent ( ) : IPersistentCollection | ||
Résultat | IPersistentCollection |