Package net.mtrop.doom.struct.map
Class SparseGridIndex.Pair
java.lang.Object
net.mtrop.doom.struct.map.SparseGridIndex.Pair
- Enclosing class:
- SparseGridIndex<T>
Ordered Pair integer object.
-
Method Summary
-
Method Details
-
getX
public int getX() -
getY
public int getY() -
hashCode
public int hashCode() -
equals
-
equals
Checks if this pair equals another.- Parameters:
p
- the other pair.- Returns:
- true if so, false if not.
-
toString
-