I am writing a method to find the Xth largest entry in a list. The header is
> T max(List list, int rank) {...} <