In the documentation for SortedMap it mentions that somehow it is possible to allow duplicates. But I can not understand how. Can someone give me an example for this?
thx
In the documentation for SortedMap it mentions that somehow it is possible to allow
Share
When you create a
DataBaseobject, on the includedDataBaseConfigcallsetSortedDuplicates(true)orsetUnsortedDuplicates(true). There’s an example in the documentation here.