static Vector toVector(A[] array) { ret new Vector(toList(array)); } static Vector toVector(Cl l) { ret l == null ?: new Vector(l); }