Aspect Ratio Comparator
Compares Camera.Size according to aspect ratio it represents regards to matching to some perfect desired target aspect ratio.
For example: Collections.min(sizes, AspectRatioComparator(targetAspect))
will return the size whose aspect ratio is closest to target.