sleep.runtime
public class MapWrapper extends Object implements ScalarHash
Field Summary | |
---|---|
protected Map | values |
Constructor Summary | |
---|---|
MapWrapper(Map _values) |
Method Summary | |
---|---|
Scalar | getAt(Scalar key) |
ScalarArray | keys() this operation is kind of expensive... should be fixed up to take care of that |
void | remove(Scalar key) |
String | toString() |