Uses of Class
at.tuwien.ifs.commons.util.collection.Pair

Packages that use Pair
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. 
 

Uses of Pair in at.tuwien.ifs.commons.util.collection
 

Subclasses of Pair in at.tuwien.ifs.commons.util.collection
 class Quadruple<S,T,U,V>
           
 class Triple<S,T,U>
          A class that holds three typed objects together, similar to the Pair.
 

Uses of Pair in at.tuwien.ifs.somtoolbox.data
 

Methods in at.tuwien.ifs.somtoolbox.data that return Pair
protected  Pair<String,Integer> SOMLibTemplateVector.readTemplateVectorFileHeader(BufferedReader br)