| Package | system.data |
| Interface | public interface Entry |
| Implementors | MapEntry |
| Property | Defined By | ||
|---|---|---|---|
| key : *
Indicates the key corresponding to this entry. | Entry | ||
| value : *
Indicates the value corresponding to this entry. | Entry | ||
| key | property |
key:*Indicates the key corresponding to this entry.
public function get key():* public function set key(value:any):void| value | property |
value:*Indicates the value corresponding to this entry.
public function get value():* public function set value(value:any):void