메소드 | 설명 | |
---|---|---|
TransientArrayMap ( object array ) : System |
메소드 | 설명 | |
---|---|---|
EnsureEditable ( ) : void | ||
doAssoc ( object key, object val ) : ITransientMap | ||
doCount ( ) : int | ||
doPersistent ( ) : IPersistentMap | ||
doValAt ( object key, object notFound ) : object | ||
doWithout ( object key ) : ITransientMap |
메소드 | 설명 | |
---|---|---|
IndexOfKey ( object key ) : int |
Gets the index of the key in the array.
|
public TransientArrayMap ( object array ) : System | ||
array | object | |
리턴 | System |
protected doAssoc ( object key, object val ) : ITransientMap | ||
key | object | |
val | object | |
리턴 | ITransientMap |
protected doValAt ( object key, object notFound ) : object | ||
key | object | |
notFound | object | |
리턴 | object |