| Package | org.granite.collections |
| Interface | public interface IMap extends flash.events.IEventDispatcher |
| Implementors | BasicMap |
| Property | Defined by | ||
|---|---|---|---|
| keySet : ArrayCollection [read-only]
| IMap | ||
| length : int [read-only]
| IMap | ||
| values : ArrayCollection [read-only]
| IMap | ||
| Method | Defined by | ||
|---|---|---|---|
|
clear():void
| IMap | ||
|
containsKey(o:*):Boolean
| IMap | ||
|
containsValue(o:*):Boolean
| IMap | ||
|
get(key:*):*
| IMap | ||
|
put(key:*, value:*):*
| IMap | ||
|
remove(key:*):Object
| IMap | ||
| keySet | property |
keySet:ArrayCollection [read-only]Implementation
public function get keySet():ArrayCollection
| length | property |
length:int [read-only]Implementation
public function get length():int
| values | property |
values:ArrayCollection [read-only]Implementation
public function get values():ArrayCollection
| clear | () | method |
public function clear():void
| containsKey | () | method |
public function containsKey(o:*):BooleanParameters
o:* |
Boolean |
| containsValue | () | method |
public function containsValue(o:*):BooleanParameters
o:* |
Boolean |
| get | () | method |
public function get(key:*):*Parameters
key:* |
* |
| put | () | method |
public function put(key:*, value:*):*Parameters
key:* |
|
value:* |
* |
| remove | () | method |
public function remove(key:*):ObjectParameters
key:* |
Object |