static ComparableList comparableList(O... elements) { ret new ComparableList(ll(elements)); }