public final class Tuple extends Object
Constructor and Description |
---|
Tuple()
Construct an empty Tuple.
|
Tuple(Object key,
Object value)
Construct a Tuple.
|
Modifier and Type | Method and Description |
---|---|
Object |
getKey()
Get the key.
|
Object |
getValue()
Get the value.
|
void |
setKey(Object key)
Set the key.
|
void |
setValue(Object value)
Set the value.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.