This function is used to list all values associated to keys in
an hashmap
. Implemented as a generic, but currently only the
hashmap
method is defined.
values(x)
# S3 method for class 'r2r_hashmap'
values(x)
a list. Values associated to keys in the hash map x
.