MCPcopy 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

getSexagesimalMonthMethod · 0.95
parseMethod · 0.45
parseAmPmMethod · 0.45
parseMethod · 0.45
ofMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected