static L getClasses(O[] array) { L l = emptyList(l(array)); for (O o : array) l.add(_getClass(o)); ret l; }