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

Method cast

base/src/main/java/net/time4j/MachineTime.java:1218–1223  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

1216 }
1217
1218 @SuppressWarnings("unchecked")
1219 private static <T> T cast(Object obj) {
1220
1221 return (T) obj;
1222
1223 }
1224
1225 /**
1226 * @serialData Uses <a href="../../../serialized-form.html#net.time4j.range.SPX">

Callers 4

getTotalLengthMethod · 0.95
multipliedByMethod · 0.95
dividedByMethod · 0.95
plusMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected