Skip to content

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

Notifications You must be signed in to change notification settings

felixknorre/animal-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages