MCPcopy Create free account
hub / github.com/SeanDragon/protools / hashCode

Method hashCode

common/src/main/java/pro/tools/time/DatePlus.java:562–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

560 }
561
562 @Override
563 public int hashCode() {
564 return this.localDateTime.hashCode();
565 }
566
567 @Override
568 public DatePlus clone() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected