static A jMaxHeight(A c, int h) { ret jMaxHeight(h, c); } static A jMaxHeight(int h, A c) { ret jPreferHeight(h, jMaxHeight_pure(h, c)); }