Package eu.simuline.util

Utility classes: very inhomogeneous. These are used in projects Arith, Relana, ArithIntOctave and Testhelpers. Currently linked, but in the long run, either eliminated or in a separate project. To decide this, it must be analyzed which projects need which classes. | Class | Arith | Relana | ArithIntOctave | Testhelpers | | ----- | ----- | ------ | --------------
  • Framework providing the MultiSets, plain and sorted SortedMultiSet, both interfaces and implementing classes: AbstractMultiSet which is the base class of all concrete classes. There are two, HashMultiSet which is just a MultiSet and TreeMultiSet which is even a SortedMultiSet. **** bad design: immutable. of TreeMultiSet set and of HashMultiSet
x ***** NOT YET COMPLETE.