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

Method cast

base/src/main/java/net/time4j/Duration.java:3450–3455  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

3448 }
3449
3450 @SuppressWarnings("unchecked")
3451 private static <T> T cast(Object obj) {
3452
3453 return (T) obj;
3454
3455 }
3456
3457 //~ Parse-Routinen ----------------------------------------------------
3458

Callers 13

ofMethod · 0.95
createMethod · 0.95
replaceFractionMethod · 0.95
mergeMethod · 0.95
convertMethod · 0.95
parseAltMethod · 0.95
addParsedItemMethod · 0.95
fromMethod · 0.45
toCalendarPeriodMethod · 0.45
toClockPeriodMethod · 0.45
equalsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected