Skip to content

Educational Java exercise from Wild Code School about the Map interface.

Notifications You must be signed in to change notification settings

0reldev/quest-java-collection4

 
 

Repository files navigation

Quest "Collection 04: Map"

Educational exercise from Wild Code School

This is an exercice to introduce the Map Java interface.

It teaches how to use the HashMap, LinkedHashMap and TreeMap classes.

Instances of heroes from the Hero class are created, the Avengers.

The purpose is to associate flowers to each Hero with Map, and:

  • display wether the instance begonia is contained into the TreeMap party
  • browse the associative array in alphabetical order of hero names, and display, for each of them, its assigned flower

screen capture

About

Educational Java exercise from Wild Code School about the Map interface.

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 100.0%