Package | Description |
---|---|
at.tuwien.ifs.commons.util.collection | |
at.tuwien.ifs.somtoolbox.data |
Classes in this package implement reading, storing and providing of different data needed for the SOM, e.g.
|
Class and Description |
---|
Pair
A class that holds two typed objects together; mostly useful to return multiple values from a method, without having
to make a dedicated class, or using an untyped collection or array that would require casting the contents in the
calling method.
|
Triple
A class that holds three typed objects together, similar to the
Pair . |
Class and Description |
---|
Pair
A class that holds two typed objects together; mostly useful to return multiple values from a method, without having
to make a dedicated class, or using an untyped collection or array that would require casting the contents in the
calling method.
|
SmallestElementSet
A subclass of
TreeSet that keeps only the smallest elements, up to a specified number of maximum elements. |