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

Method cast

output/java_guava/1.4.19/Range.java:709–711  ·  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

707 */
708
709 private static <T> SortedSet<T> cast(Iterable<T> iterable) {
710 return (SortedSet<T>) iterable;
711 }
712
713 Object readResolve() {
714 if (this.equals(ALL)) {

Callers 1

containsAllMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected