> > > > It's up to the comparator to decide how to handle (or if to handle) null > > values, though I do believe that supporting a binary search on a list > with > > null values is a TODO in the code. > Ok, my trouble here is to ensure that no exceptions will be thrown ... > So what do you think on add some null values for example in the > Kitchen Sink demo in the table section, so we can ensure that all is > ok, and also out users could see it ... >
The trouble is that until that TODO is done, it will likely throw exceptions ;-)
