little database project for the course Programming 2 at H-BRS
- write tests with JUnit5
- write generic classes and methods
- use bounded type parameters & wildcards
- implement Iterable & Iterator for a collection
- use Iterator & ForEach-loop
- implement Comparable & Comparator for a collection
- implement a sort & min method for a collection
- implememt a dynamic array list