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

Method isSimultaneous

base/src/main/java/net/time4j/PlainTime.java:1580–1585  ·  view source on GitHub ↗
(PlainTime time)

Source from the content-addressed store, hash-verified

1578 }
1579
1580 @Override
1581 public boolean isSimultaneous(PlainTime time) {
1582
1583 return (this.compareTo(time) == 0);
1584
1585 }
1586
1587 /**
1588 * <p>Is this instance at midnight, either at start or at end of day? </p>

Callers 4

getStartMethod · 0.95
resolveMethod · 0.95
getValueMethod · 0.95
applyMethod · 0.95

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected