static L getComponents(Container c) { ret c == null ? emptyList() : asList(c.getComponents()); }