felixknorre / animal-db

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 100.0%