Constructor and Description |
---|
Entry(Object key,
Object value)
This constructor initializes the key/value pair.
|
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
This method gets the key.
|
Object |
getValue()
This method gets the value.
|
void |
setKey(Object key)
This method sets the key.
|
void |
setValue(Object value)
This method sets the value.
|
public void setKey(Object key)
key
- The keypublic Object getKey()
public void setValue(Object value)
value
- The valuepublic Object getValue()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.