public final class Tuple
extends java.lang.Object
Constructor and Description |
---|
Tuple()
Construct an empty Tuple.
|
Tuple(java.lang.Object key,
java.lang.Object value)
Construct a Tuple.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getKey()
Get the key.
|
java.lang.Object |
getValue()
Get the value.
|
void |
setKey(java.lang.Object key)
Set the key.
|
void |
setValue(java.lang.Object value)
Set the value.
|
Cees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net