import java.util.List; import java.util.Map; public class Etl { public Map transform(Map> old) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }