Package | Description |
---|---|
at.jku.risc.stout.tgau.util |
This package contains utility classes like the
DataStructureFactory which
instantiates common data structures like Lists,
Maps, Sets.
|
Modifier and Type | Field and Description |
---|---|
static DataStructureFactory |
DataStructureFactory.$
You can customize the collection implementations that are used by this
software package in the following way:
DataStructureFactory.$ = new DataStructureFactory(){OVERRIDE METHODS}; |