com.limegroup.gnutella.util
Class IntPair

java.lang.Object
  extended bycom.limegroup.gnutella.util.IntPair

public class IntPair
extends java.lang.Object

A simple pair of two integers. No mutators or accessors needed.


Field Summary
 int a
           
 int b
           
 
Constructor Summary
IntPair(int a, int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public int a

b

public int b
Constructor Detail

IntPair

public IntPair(int a,
               int b)