/** * Zerlegt eine Liste in mehrere Listen mit einer maximalen Größe. */ public static List<List<?>> splitList(List<?> list, int maxListSize) {