NAME Tuple

This package is part of the OODatabase manpage. For more information on the database see the the OODatabase::Overview manpage.

Copyright &copy 1997 Curtis E. Dyreson. All rights reserved. Please be aware of the the OODatabase::Licence manpage and the OODatabase::Version manpage.


DESCRIPTION

A tuple is a pairing of a key and a value.


METHODS

new(Object key, Object value)

Create a tuple with the given key, value pair.

newAlreadySwizzled(ByteString key, ByteString value)

Create a tuple with the given key, value pair.

getKey

Retrieve the key.

getValue

Retrieve the value.