hashtable-class {graph}R Documentation

Class "hashtable" ~~~

Description

~~ A concise (1-5 lines) description of what the class is. ~~

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 Contents]