hashtable-class {graph}R Documentation

Class "hashtable"

Description

A preliminary implementation of a hash table class

Objects from the Class

Objects can be created by calls of the form new("hashtable", ...).

Slots

hashtable:
Object of class "environment".

Methods

contents
signature(object = "hashtable"): ...
hash
signature(key = "ANY", value = "ANY", htable = "hashtable"): ...
initialize
signature(.Object = "hashtable"): ...

Author(s)

R.Gentleman

See Also

Examples

##---- Should be DIRECTLY executable !! ----

[Package graph version 1.8.0 Index]