Packageorg.as3collections
Interfacepublic interface IMapEntry extends org.as3coreaddendum.system.ICloneable, org.as3coreaddendum.system.IEquatable
Implementors MapEntry

A map entry (key-value pair). The IMap.entryList method returns a collection-view of the map, whose elements type are of this class.



Public Properties
 PropertyDefined By
  key : *
[read-only] Returns the key corresponding to this entry.
IMapEntry
  value : *
[read-only] Returns the value corresponding to this entry.
IMapEntry
Property Detail
keyproperty
key:*  [read-only]

Returns the key corresponding to this entry.


Implementation
    public function get key():*
valueproperty 
value:*  [read-only]

Returns the value corresponding to this entry.


Implementation
    public function get value():*