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

Method isBefore

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

Source from the content-addressed store, hash-verified

1564 }
1565
1566 @Override
1567 public boolean isBefore(PlainTime time) {
1568
1569 return (this.compareTo(time) < 0);
1570
1571 }
1572
1573 @Override
1574 public boolean isAfter(PlainTime time) {

Callers 5

getStartMethod · 0.95
getEndMethod · 0.95
betweenMethod · 0.95
betweenMethod · 0.95
betweenMethod · 0.95

Calls 1

compareToMethod · 0.95

Tested by

no test coverage detected