Sha256: b5857fd7d1b305aa6a4479f1dcd26eba03fa65f367d347b256d9eb053898cd85
Contents?: true
Size: 258 Bytes
Versions: 81
Compression:
Stored size: 258 Bytes
Contents
import java.util.List; import java.util.Map; public class Etl { public Map<String, Integer> transform(Map<Integer, List<String>> old) { throw new UnsupportedOperationException("Delete this statement and write your own implementation."); } }
Version data entries
81 entries across 81 versions & 1 rubygems