| hashtable-class {graph} | R Documentation |
A preliminary implementation of a hash table class
Objects can be created by calls of the form new("hashtable", ...).
hashtable:"environment". signature(object = "hashtable"): ... signature(key = "ANY", value = "ANY", htable =
"hashtable"): ... signature(.Object = "hashtable"): ... R.Gentleman
##---- Should be DIRECTLY executable !! ----