edu.jas.ring
Class MiniPair

java.lang.Object
  extended by edu.jas.ring.MiniPair
All Implemented Interfaces:
java.io.Serializable

 class MiniPair
extends java.lang.Object
implements java.io.Serializable

Subclass to hold pairs of polynomial indices What is this class good for?


Field Summary
 java.lang.Integer i
           
 java.lang.Integer j
           
 
Constructor Summary
MiniPair(int i, int j)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

i

public final java.lang.Integer i

j

public final java.lang.Integer j
Constructor Detail

MiniPair

MiniPair(int i,
         int j)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object