TrackerSB / Green2

GNU General Public License v3.0
0 stars 0 forks source link

Introduce DefaultMap #134

Closed TrackerSB closed 6 years ago

TrackerSB commented 6 years ago

Introduce a subclass of HashMap which creates non existing keys when they are accessed. This would be mainly for comfort. In form of anonymous subclasses this concept is already in some classes.