import java.util.List; import java.util.Collection; class Sorting{ merge(a, b){ a.addAll(b); return a; } }