| java.lang.Object jdbm.helper.Tuple
Tuple | final public class Tuple (Code) | | Tuple consisting of a key-value pair.
author: Alex Boisvert version: $Id: Tuple.java,v 1.2 2001/05/19 14:02:00 boisvert Exp $ |
Constructor Summary | |
public | Tuple() Construct an empty Tuple. | public | Tuple(Object key, Object value) Construct a Tuple. |
Tuple | public Tuple()(Code) | | Construct an empty Tuple.
|
Tuple | public Tuple(Object key, Object value)(Code) | | Construct a Tuple.
Parameters: key - The key. Parameters: value - The value. |
setValue | public void setValue(Object value)(Code) | | Set the value.
|
|
|