int max = new Max(10, 5).intValue();
over
int max = Math.max(10, 5)
Yeah, think I am going to pass.
That said, I don't know if this library uses the practice of immutable-only objects.