class: Pair
public class: Pair
Author:
franke (initial creation)
Project:
Phase: 1.0; Status: Proposed; Version: $Revision: 1952 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates:
Created: 16.07.2009 15:15:49; Modified: 16.07.2009 15:15:49;
Flags:
Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID:
{08F2E77A-3759-4371-9136-CF91E56CF9CE}
A key-value pair.
Goto:
Custom Properties
,
Fields
,
Methods
Appears in:
util
Custom Properties
Pair
Attributes
Attribute
Details
private String
key
private String
value
Pair
Methods
Operation
Details
public
equals
(
Object other):boolean
Sequential
Notes:
{@inheritDoc}
public
getKey
():String
Sequential
public
getValue
():String
Sequential
public
Pair
():
Sequential
Notes:
Default constructor.
public
Pair
(
String key,
String value):
Sequential
Notes:
Constructor with fields.
public
setKey
(
String key):void
Sequential
public
setValue
(
String value):void
Sequential
class: Pair