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

Method isAfter

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

Source from the content-addressed store, hash-verified

1067 }
1068
1069 @Override
1070 public boolean isAfter(UniversalTime temporal) {
1071
1072 Moment other = Moment.from(temporal);
1073 return (this.compareTo(other) > 0);
1074
1075 }
1076
1077 @Override
1078 public boolean isBefore(UniversalTime temporal) {

Callers 1

afterMethod · 0.95

Calls 2

fromMethod · 0.95
compareToMethod · 0.95

Tested by

no test coverage detected