Uses of Class
edu.jas.ps.Pair

Packages that use Pair
Package
Description
Generic coefficients power series package.
  • Uses of Pair in edu.jas.ps

    Classes in edu.jas.ps that implement interfaces with type arguments of type Pair
    Modifier and Type
    Class
    Description
    class 
    Pair<C extends RingElem<C>>
    Serializable subclass to hold pairs of power series.
    Fields in edu.jas.ps with type parameters of type Pair
    Modifier and Type
    Field
    Description
    protected final TreeMap<ExpVector, LinkedList<Pair<C>>>
    OrderedPairlist.pairlist
     
    Methods in edu.jas.ps that return Pair
    Modifier and Type
    Method
    Description
    OrderedPairlist.removeNext()
    Remove the next required pair from the pairlist and reduction matrix.
    Methods in edu.jas.ps with parameters of type Pair
    Modifier and Type
    Method
    Description
    int
    Pair.compareTo(Pair p)
    compareTo used in TreeMap // not used at moment.