Package sk.iway.iwcm.utils


package sk.iway.iwcm.utils
  • Class
    Description
    MapUtils.java Library class designed to ease off creating and populating Maps.
    Pair<T,U>
    Pair.java An ordered 2-tuple, containing objects passed as arguments to constructor.
    PairMaker<T1,T2,T3>
    PairMaker.java Tranforms a source element (of third type) into a Pair<type1, type2>
    Triplet<T1,T2,T3>
    Triplet.java An ordered 3-tuple, containing objects passed as arguments to constructor.