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

Method cast

output/java_guava/1.4.19/Multisets.java:1133–1135  ·  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

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

Callers 3

copyOfMethod · 0.95
addAllMethod · 0.95
addAllImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected