Slots
- clearSource
-
native Void clear()
Remove all items from storage. If store was empty, this method does nothing.
- getSource
-
Return Obj stored under this key, or null if key does not exist.
- keySource
-
Return the key value for this index. If the index is greater than or equal to
size
returns null. -
new make()
Private ctor.
- removeSource
-
Remove value for this key. If no value for this key exists, this method does nothing.
- setSource
-
native Void set(Str key, Obj val)
Store value under this key.
- sizeSource
-
native Int size()
Return the number of items in storage.