MCPcopy Create free account
hub / github.com/antlr/codebuff / cast

Method cast

output/java_guava/1.4.17/Lists.java:1237–1239  ·  view source on GitHub ↗

Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557

(Iterable<T> iterable)

Source from the content-addressed store, hash-verified

1235
1236
1237 static <T> List<T> cast(Iterable<T> iterable) {
1238 return (List<T>) iterable;
1239 }
1240}

Callers 14

getMethod · 0.95
getLastMethod · 0.95
runMethod · 0.45
runMethod · 0.45
getAnnotationMethod · 0.45
throwIfInstanceOfMethod · 0.45
newProxyMethod · 0.45
expectArgumentMethod · 0.45
runMethod · 0.45
newProxyMethod · 0.45
runMethod · 0.45
getEnumIfPresentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected