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