sbool isEmptyContainer(Container c) { ret c != null && empty(getComponents(c)); }