Is there a convenient way of building a Spliterator SORTED by a given Comparator, from, say, an array? From what I can tell, SortedSet's default implementation uses a private IteratorSpliterator API. -- Louis Wasserman