/animal-db

little java project for the course Programming 2 at H-BRS

Primary LanguageJava

animal-db

little database project for the course Programming 2 at H-BRS

What I Learned

  • 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