Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getIndex
Method
getIndex
base/src/main/java/net/time4j/calendar/SolarTerm.java:324–328 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
322
* @see #isMinor()
323
*/
324
public
int
getIndex() {
325
326
return
(this.ordinal() / 2) + 1;
327
328
}
329
330
/**
331
* <p>Does this instance represent a principal (major) solar term in multiples of 30 degrees? </p>
Callers
15
getSexagesimalMonth
Method · 0.95
parse
Method · 0.45
parseAmPm
Method · 0.45
parse
Method · 0.45
of
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected