add
Add new, unique element (use comparator for checking elements equality)
clear
Clear set, remove all elements
delete
Delete element or many of them (use comparator for checking elements equality)
has
Check if set contains element (use comparator for checking elements equality)
hasAll
hasNot
refresh
Refresh set to make sure that set contains unique elements in correct order (in case of mutable objects and any kind of changes on them)
size
Get set's size (number of elements)
Generated using TypeDoc
SetInterface
All SetInterface's methods