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

Method next

base/src/main/java/net/time4j/Month.java:268–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 * @return next month (rolling at december)
267 */
268 public Month next() {
269
270 return this.roll(1);
271
272 }
273
274 /**
275 * <p>Rolls to the previous month. </p>

Callers 3

ofMethod · 0.45
getFirstWorkdayMethod · 0.45
addDaysMethod · 0.45

Calls 1

rollMethod · 0.95

Tested by

no test coverage detected