Package es.uam.eps.ir.relison.utils.datatypes

Additional datatypes
  • Class Summary 
    Class Description
    CompTuple2oo<X extends java.lang.Comparable<X>,​Y extends java.lang.Comparable<Y>>
    Comparable version of Tuple2oo.
    Pair<U>
    Class that represents a pair of objects of the same type.
    Triplet<X,​Y,​Z>
    Element that stores three different values.
    Tuple2ol<U>
    Tuple that contains a long as second type.
    Tuple2oo<U,​I>
    Class that represents a pair of objects of different type.
    Vector
    Class that represents a vector of real values.