DSRG.MKB
Class IntPair

java.lang.Object
  |
  +--DSRG.MKB.IntPair

class IntPair
extends java.lang.Object


Field Summary
(package private)  int Index1
           
(package private)  int Index2
           
 
Constructor Summary
IntPair(int In1, int In2)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

Index1

int Index1

Index2

int Index2
Constructor Detail

IntPair

public IntPair(int In1,
               int In2)