Creates a SplayTreeSet that contains all elements.
The set works as if created by new SplayTreeSet<E>(compare, isValidKey).
new SplayTreeSet<E>(compare, isValidKey)
All the elements should be valid as arguments to the compare function.