Uses of Package
at.tuwien.ifs.commons.util.collection

Packages that use at.tuwien.ifs.commons.util.collection
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. 
 

Classes in at.tuwien.ifs.commons.util.collection used by at.tuwien.ifs.commons.util.collection
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.
 

Classes in at.tuwien.ifs.commons.util.collection used by at.tuwien.ifs.somtoolbox.data
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.