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

Method cast

corpus/java/training/guava/collect/Collections2.java:320–322  ·  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

318 * Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
319 */
320 static <T> Collection<T> cast(Iterable<T> iterable) {
321 return (Collection<T>) iterable;
322 }
323
324 static final Joiner STANDARD_JOINER = Joiner.on(", ").useForNull("null");
325

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