mirror of
https://bitbucket.org/Mattrixwv/matrix.git
synced 2025-12-06 23:13:57 -05:00
Fixed build warnings
This commit is contained in:
@@ -743,6 +743,10 @@ public class IntegerMatrix{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
public int hashCode(){
|
||||||
|
return grid.hashCode();
|
||||||
|
}
|
||||||
|
@Override
|
||||||
public String toString(){
|
public String toString(){
|
||||||
StringJoiner matrix = new StringJoiner("\n");
|
StringJoiner matrix = new StringJoiner("\n");
|
||||||
for(int rowCnt = 0;rowCnt < grid.length;++rowCnt){
|
for(int rowCnt = 0;rowCnt < grid.length;++rowCnt){
|
||||||
|
|||||||
Reference in New Issue
Block a user