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

Method isSimultaneous

base/src/main/java/net/time4j/Moment.java:1085–1091  ·  view source on GitHub ↗
(UniversalTime temporal)

Source from the content-addressed store, hash-verified

1083 }
1084
1085 @Override
1086 public boolean isSimultaneous(UniversalTime temporal) {
1087
1088 Moment other = Moment.from(temporal);
1089 return (this.compareTo(other) == 0);
1090
1091 }
1092
1093 /**
1094 * <p>Converts this instance to a local timestamp in the system

Callers

nothing calls this directly

Calls 2

fromMethod · 0.95
compareToMethod · 0.95

Tested by

no test coverage detected