get
Returns a DittoCollection with the provided name.
A collection name is valid if:
its length is less than 100
it is not empty
it does not contain the char '\0'
it does not begin with "$TS_"
Return
Parameters
name
the name of the collection.
Returns a DittoCollection with the provided name.
A collection name is valid if:
its length is less than 100
it is not empty
it does not contain the char '\0'
it does not begin with "$TS_"
the name of the collection.