public ImmutableSortedSet build() {
   return ImmutableSortedSet.copyOfInternal(comparator, super.contents.iterator());
 }