Ticket #37 (new task)

Opened 1 year ago

Last modified 9 months ago

Make a common Set type and Map type

Reported by: jmaessen Assigned to: anybody
Priority: major Milestone:
Component: library Version: 1.0
Keywords: Cc:

Description (Last modified by jmaessen)

Right now Set and Map types don't exist; we need to use TreeSet and TreeMap instead. That ought to be fixed, in the style of ArrayList, by imposing a superclass that captures the necessary functionality.

Change History

01/25/08 11:59:02 changed by jmaessen

  • description changed.

This has been done for Set, but not for Map yet.