Contiguous Sequence Tracker
This class accepts insertions of integers in a random order and tracks the maximum sequence of contiguous integers that has been provided. You must not provide the same integer multiple times. An example use is async parallel requests for an indexed resource, and then filtering the responses for N in a row that have some property