Home | History | Annotate | Download | only in value

Lines Matching refs:equal

61     public int equal(ReferenceValue other)
63 return other.equal(this);
76 public int equal(IdentifiedReferenceValue other)
79 this.equal((TypedReferenceValue)other);
92 // public int equal(ArrayReferenceValue other)
94 // return equal((TypedReferenceValue)other);
107 // public int equal(IdentifiedArrayReferenceValue other)
109 // return equal((ArrayReferenceValue)other);
122 // public int equal(DetailedArrayReferenceValue other)
124 // return equal((IdentifiedArrayReferenceValue)other);