Uses of Class
edu.jas.gb.WordPair
-
Packages that use WordPair Package Description edu.jas.gb Groebner bases package. -
-
Uses of WordPair in edu.jas.gb
Fields in edu.jas.gb with type parameters of type WordPair Modifier and Type Field Description protected java.util.SortedMap<Word,java.util.LinkedList<WordPair<C>>>
OrderedWordPairlist. pairlist
Methods in edu.jas.gb that return WordPair Modifier and Type Method Description WordPair<C>
OrderedWordPairlist. removeNext()
Remove the next required pair from the pairlist and reduction matrix.WordPair<C>
WordPairList. removeNext()
Remove the next required pair from the pairlist and reduction matrix.Methods in edu.jas.gb with parameters of type WordPair Modifier and Type Method Description int
WordPair. compareTo(WordPair p)
compareTo used in TreeMap // not used at moment.
-