This method of the UnsignedIntRanges Class searches from the beginning for a given number.
public boolean contains(int find);
Returns true if the number was found; otherwise, returns false.
contains(int) in IntRanges.