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