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 booleanequals(Object o)Compare two instance of IntegerTupleinthashCode()StringtoString()
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Compare two instance of IntegerTuple
-
-