|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectptolemy.actor.ptalon.lib.KeyValuePair
public class KeyValuePair
A pair of Strings, one a key, and one a value.
Red (cxh) |
Red (cxh) |
Field Summary | |
---|---|
private java.lang.String |
_key
The key. |
private java.lang.String |
_value
The value. |
Constructor Summary | |
---|---|
KeyValuePair(java.lang.String key,
java.lang.String value)
Create a new KeyValuePair with the given key and value. |
Method Summary | |
---|---|
java.lang.String |
getKey()
The key of this KeyValuePair. |
java.lang.String |
getValue()
The value of this KeyValuePair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String _key
private java.lang.String _value
Constructor Detail |
---|
public KeyValuePair(java.lang.String key, java.lang.String value)
key
- The key.value
- The value.Method Detail |
---|
public java.lang.String getKey()
public java.lang.String getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |