| Package | com.esri.bacore |
| Class | public class KeyValuePair |
| Inheritance | KeyValuePair Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| key : String [read-only]
Key string. | KeyValuePair | ||
| value : * [read-only]
Value object. | KeyValuePair | ||
| Method | Defined By | ||
|---|---|---|---|
KeyValuePair(key:String, value:*)
Creates a new instance of the KeyValuePair object. | KeyValuePair | ||
| key | property |
key:String [read-only] Key string.
public function get key():String| value | property |
value:* [read-only] Value object.
public function get value():*| KeyValuePair | () | Constructor |
public function KeyValuePair(key:String, value:*)Creates a new instance of the KeyValuePair object.
Parameterskey:String — Key string.
| |
value:* — Value object.
|