MCPcopy Create free account
hub / github.com/MenoData/Time4J / doEquals

Method doEquals

base/src/main/java/net/time4j/DayPeriod.java:848–852  ·  view source on GitHub ↗
(BasicElement<?> obj)

Source from the content-addressed store, hash-verified

846 }
847
848 @Override
849 protected boolean doEquals(BasicElement<?> obj) {
850 Element that = (Element) obj;
851 return this.dayPeriod.equals(that.dayPeriod);
852 }
853
854 @Override
855 public String getValue(ChronoEntity<?> context) { // used in consistency-check after strict parsing

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected