ants.wrapper
Class W_IJ

java.lang.Object
  |
  +--ants.wrapper.W_IJ

public class W_IJ
extends java.lang.Object

Wrapper for int, int, long -- see AutoNodeCache


Field Summary
 int i1
           
 long j1
           
 
Constructor Summary
W_IJ()
           
W_IJ(int i1, long j1)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i1

public int i1

j1

public long j1
Constructor Detail

W_IJ

public W_IJ()

W_IJ

public W_IJ(int i1,
            long j1)
Method Detail

hashCode

public final int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public final boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object