MCPcopy Index your code
hub / github.com/apache/pdfbox / equals

Method equals

pdfbox/src/main/java/org/apache/pdfbox/util/Matrix.java:596–612  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

594 }
595
596 @Override
597 public boolean equals(Object obj)
598 {
599 if (this == obj)
600 {
601 return true;
602 }
603 if (obj == null)
604 {
605 return false;
606 }
607 if (getClass() != obj.getClass())
608 {
609 return false;
610 }
611 return Arrays.equals(this.single, ((Matrix) obj).single);
612 }
613}

Callers 15

checkSaveResourcesMethod · 0.45
writeImageMethod · 0.45
callMethod · 0.45
closeUntilMethod · 0.45
processObjectMethod · 0.45
write2fileMethod · 0.45
callMethod · 0.45
closeUntilMethod · 0.45
callMethod · 0.45
callMethod · 0.45

Calls

no outgoing calls

Tested by 15

checkSaveResourcesMethod · 0.36
writeImageMethod · 0.36
checkExistenceMethod · 0.36
testGetSetPropertyMethod · 0.36
retrievePropertyTypeMethod · 0.36
testPDFBox4784Method · 0.36
testCreatePDFAMethod · 0.36