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

Method from

base/src/main/java/net/time4j/Month.java:463–467  ·  view source on GitHub ↗
(java.time.Month threetenMonth)

Source from the content-addressed store, hash-verified

461 * @since 4.28
462 */
463 public static Month from(java.time.Month threetenMonth) {
464
465 return Month.valueOf(threetenMonth.getValue());
466
467 }
468
469 @Override
470 public PlainDate apply(PlainDate date) {

Callers 1

threetenConversionMethod · 0.95

Calls 2

valueOfMethod · 0.95
getValueMethod · 0.65

Tested by 1

threetenConversionMethod · 0.76