Packagesystem.data
Interfacepublic interface Entry
Implementors MapEntry

A map entry (key-value pair).



Public Properties
 PropertyDefined By
  key : *
Indicates the key corresponding to this entry.
Entry
  value : *
Indicates the value corresponding to this entry.
Entry
Property Detail
keyproperty
key:*

Indicates the key corresponding to this entry.


Implementation
    public function get key():*
    public function set key(value:any):void
valueproperty 
value:*

Indicates the value corresponding to this entry.


Implementation
    public function get value():*
    public function set value(value:any):void