class: Pair
public class: Pair
Author:
kurt (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1953 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:20:54; Modified: 16.07.2009 15:20:54;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{D6F11B15-C7DD-4553-BED5-F12AB22DFE1B}
A key-value pair.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
ris
Custom Properties
Pair
Attributes
Attribute
Details
private String
key
private String
value
Pair
Methods
Operation
Details
public
getKey
():String
Sequential
public
getValue
():String
Sequential
public
Pair
(
String key,
String value):
Sequential
Notes:
Constructor with fields.
public
Pair
():
Sequential
public
setKey
(
String key):void
Sequential
public
setValue
(
String value):void
Sequential
class: Pair