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

Method getValue

base/src/main/java/net/time4j/YOWElement.java:380–385  ·  view source on GitHub ↗
(T context)

Source from the content-addressed store, hash-verified

378 //~ Methoden ------------------------------------------------------
379
380 @Override
381 public Integer getValue(T context) {
382
383 return Integer.valueOf(this.getInt(context));
384
385 }
386
387 @Override
388 public Integer getMinimum(T context) {

Callers

nothing calls this directly

Calls 2

getIntMethod · 0.95
valueOfMethod · 0.45

Tested by

no test coverage detected