Constructor and Description |
---|
Info(String key,
Object value)
Constructs an info item having specified key and value
|
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Returns the name (key) of the info item.
|
Object |
getValue()
Returns the value of the info item.
|