public static class MatrixEngine.MatrixCoordinate extends Object implements Comparable<MatrixEngine.MatrixCoordinate>
Constructor and Description |
---|
MatrixCoordinate(int i,
int j) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MatrixEngine.MatrixCoordinate t) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(@NonNull MatrixEngine.MatrixCoordinate t)
compareTo
in interface Comparable<MatrixEngine.MatrixCoordinate>
Copyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/