Suppose I have several objects with a start value and an end value comparable with some comparator.
What collection can I use to create an index of objects, so given the arbitrary value of V, I can find all the objects where V is between the start and end values?
I'm at a dead end.
source share