Uses of Class
edu.jas.gb.Pair
-
Packages that use Pair Package Description edu.jas.gb Groebner bases package.edu.jas.gbufd Groebner bases using unique factorization package. -
-
Uses of Pair in edu.jas.gb
Fields in edu.jas.gb declared as Pair Modifier and Type Field Description Pair<C>GBTransportMessPair. pairFields in edu.jas.gb with type parameters of type Pair Modifier and Type Field Description protected java.util.SortedMap<ExpVector,java.util.LinkedList<Pair<C>>>OrderedPairlist. pairlistMethods in edu.jas.gb that return Pair Modifier and Type Method Description Pair<C>CriticalPairList. removeNext()Get and remove the next required pair from the pairlist.Pair<C>OrderedDPairlist. removeNext()Remove the next required pair from the pairlist and reduction matrix.Pair<C>OrderedMinPairlist. removeNext()Remove the next required pair from the pairlist and reduction matrix.Pair<C>OrderedPairlist. removeNext()Remove the next required pair from the pairlist and reduction matrix.Pair<C>OrderedSyzPairlist. removeNext()Remove the next required pair from the pairlist and reduction matrix.Pair<C>PairList. removeNext()Remove the next required pair from the pairlist and reduction matrix.Methods in edu.jas.gb with parameters of type Pair Modifier and Type Method Description intPair. compareTo(Pair p)compareTo used in TreeMap // not used at moment.Constructors in edu.jas.gb with parameters of type Pair Constructor Description GBTransportMessPair(Pair<C> p)GBTransportMessPair.GBTransportMessPairIndex(Pair p)GBTransportMessPairIndex. -
Uses of Pair in edu.jas.gbufd
Methods in edu.jas.gbufd that return Pair Modifier and Type Method Description Pair<C>OrderedRPairlist. removeNext()Remove the next required pair from the pairlist and reduction matrix.
-