Package ptolemy.actor.ptalon.lib
Class KeyValuePair
- java.lang.Object
-
- ptolemy.actor.ptalon.lib.KeyValuePair
-
public class KeyValuePair extends java.lang.Object
A pair of Strings, one a key, and one a value.- Since:
- Ptolemy II 6.1
- Version:
- $Id$
- Author:
- Adam Cataldo
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Red (cxh)
-
-
Constructor Summary
Constructors Constructor Description KeyValuePair(java.lang.String key, java.lang.String value)
Create a new KeyValuePair with the given key and value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
The key of this KeyValuePair.java.lang.String
getValue()
The value of this KeyValuePair.
-