org.almendra.commons.util.collection
Class StringAssociation
java.lang.Object
org.almendra.commons.util.collection.StringAssociation
public class StringAssociation
- extends java.lang.Object
- Author:
- Oliver
Field Summary |
protected java.lang.String |
key
|
protected java.lang.String |
value
|
Constructor Summary |
protected |
StringAssociation()
Creates a new StringAssociation object. |
|
StringAssociation(java.lang.String key,
java.lang.String value)
Creates a new StringAssociation object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected java.lang.String key
value
protected java.lang.String value
StringAssociation
protected StringAssociation()
- Creates a new
StringAssociation
object.
StringAssociation
public StringAssociation(java.lang.String key,
java.lang.String value)
- Creates a new
StringAssociation
object.
getKey
public java.lang.String getKey()
- Returns:
- Returns the key.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.