Lines Matching refs:other
48 public boolean equals(ArrayTest other) {
50 if (other == null) {
51 System.err.println("\nother Array is " + other);
54 if (!ArrayOpsTest.verify(i, other.i)) {
58 if (!ArrayOpsTest.verify(b, other.b)) {
62 if (!ArrayOpsTest.verify(s, other.s)) {
66 if (!ArrayOpsTest.verify(c, other.c)) {
70 if (!ArrayOpsTest.verify(l, other.l)) {
74 if (!ArrayOpsTest.verify(f, other.f)) {
78 if (!ArrayOpsTest.verify(d, other.d)) {
82 if (!ArrayOpsTest.verify(z, other.z)) {
86 if (!ArrayOpsTest.verify(string, other.string)) {
90 if (!ArrayOpsTest.verify(prim, other.prim)) {