Project is now buildable.

-Moved: Code generation is in its own sourceset.
-Fixed: Bugs that caused that the project isnt buildable.
-Changed: Made build.gradle to a standard.
This commit is contained in:
2021-01-29 11:41:48 +01:00
parent 0cb07398f9
commit aaee550ea9
57 changed files with 132 additions and 86 deletions
@@ -0,0 +1,8 @@
package speiger.src.collections.PACKAGE.utils;
public interface STRATEGY KEY_GENERIC_TYPE
{
public int hashCode(KEY_TYPE o);
public boolean equals(KEY_TYPE key, KEY_TYPE value);
}