MCPcopy Index your code
hub / github.com/antlr/codebuff / cast

Method cast

output/java_guava/1.4.18/Multisets.java:1134–1136  ·  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

1132 */
1133
1134 static <T> Multiset<T> cast(Iterable<T> iterable) {
1135 return (Multiset<T>) iterable;
1136 }
1137
1138 private static final Ordering<Entry<?>> DECREASING_COUNT_ORDERING = new Ordering<Entry<?>>() {
1139 @Override

Callers 3

copyOfMethod · 0.95
addAllMethod · 0.95
addAllImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected