Class IntegerTuple
- java.lang.Object
-
- org.noise_planet.noisemodelling.pathfinder.utils.IntegerTuple
-
public class IntegerTuple extends Object
-
-
Constructor Summary
Constructors Constructor Description IntegerTuple(int nodeIndexA, int nodeIndexB, int triangleIdentifier)
Create the constructor of IntegerTuple
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Compare two instance of IntegerTupleint
hashCode()
String
toString()
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compare two instance of IntegerTuple
-
-