Building sorted Spliterators for library authors

Louis Wasserman lowasser at google.com
Tue Nov 19 15:50:46 UTC 2013


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



More information about the core-libs-dev mailing list