All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ants.wrapper.W_IJ

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

public class W_IJ
extends Object
Wrapper for int, int, long -- see AutoNodeCache


Variable Index

 o i1
 o j1

Constructor Index

 o W_IJ()
 o W_IJ(int, long)

Method Index

 o equals(Object)
 o hashCode()

Variables

 o i1
 public int i1
 o j1
 public long j1

Constructors

 o W_IJ
 public W_IJ()
 o W_IJ
 public W_IJ(int i1,
             long j1)

Methods

 o hashCode
 public final int hashCode()
Overrides:
hashCode in class Object
 o equals
 public final boolean equals(Object obj)
Overrides:
equals in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index