MCPcopy Index your code
hub / github.com/SeanDragon/protools / equals

Method equals

common/src/main/java/pro/tools/time/DatePlus.java:557–560  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

555 //endregion
556
557 @Override
558 public boolean equals(Object object) {
559 return this.localDateTime.equals(object);
560 }
561
562 @Override
563 public int hashCode() {

Callers 15

authenticateMethod · 0.45
authenticateMethod · 0.45
decryptMethod · 0.45
checkPublicKeyMethod · 0.45
signMethod · 0.45
verifyMethod · 0.45
keyExchange_3Method · 0.45
keyExchange_4Method · 0.45
getOsPathTypeMethod · 0.45
getClazzMethod · 0.45
getClazzByInterfaceMethod · 0.45
getClazzByParentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected