choco.kernel.common.util.objects
Class IntPair<A>

java.lang.Object
  extended by choco.kernel.common.util.objects.IntPair<A>

public class IntPair<A>
extends Object

User : cprudhom Mail : cprudhom(a)emn.fr Date : 24 f�vr. 2010 Since : Choco 2.1.1


Field Summary
 int idx
           
 A o
           
 
Constructor Summary
IntPair(A o, int idx)
           
 
Method Summary
 boolean equals(Object other)
           
static
<A,B> com.sun.tools.javac.util.Pair<A,B>
of(A a, B b)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

o

public final A o

idx

public final int idx
Constructor Detail

IntPair

public IntPair(A o,
               int idx)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object other)
Overrides:
equals in class Object

of

public static <A,B> com.sun.tools.javac.util.Pair<A,B> of(A a,
                                                          B b)


Copyright © 2012. All Rights Reserved.