From 629b6bc7444005915983ae8d86c89c4ae215729e Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Tue, 26 Jul 2022 20:35:01 -0400 Subject: Restructure a bit --- src/main/java/bjc/data/Multimap.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/main/java/bjc/data/Multimap.java (limited to 'src/main/java/bjc/data/Multimap.java') diff --git a/src/main/java/bjc/data/Multimap.java b/src/main/java/bjc/data/Multimap.java deleted file mode 100644 index 0e858b7..0000000 --- a/src/main/java/bjc/data/Multimap.java +++ /dev/null @@ -1,16 +0,0 @@ -package bjc.data; - -/** - * A map with support for multiple values per key. - * - * @param - * The type of the keys for the map. - * @param - * The type of the values for the map. - * - * @author Ben Culkin - */ -public class Multimap { - // TODO either implement this, or find if there is an implementation I've - // written elsewhere -} -- cgit v1.2.3