Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
of
Method · 0.45
getFirstWorkday
Method · 0.45
addDays
Method · 0.45
Calls
1
roll
Method · 0.95
Tested by
no test coverage detected