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

Method cast

output/java_guava/1.4.18/Collections2.java:323–325  ·  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

321 */
322
323 static <T> Collection<T> cast(Iterable<T> iterable) {
324 return (Collection<T>) iterable;
325 }
326
327 static final Joiner STANDARD_JOINER = Joiner.on(", ").useForNull("null");
328

Callers 14

addAllMethod · 0.95
getLastMethod · 0.95
newArrayDequeMethod · 0.95
newPriorityQueueMethod · 0.95
copyIntoMethod · 0.95
newArrayListMethod · 0.95
newHashSetMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected