Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
(Iterable<T> iterable)
| 1191 | * Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557 |
| 1192 | */ |
| 1193 | static <T> List<T> cast(Iterable<T> iterable) { |
| 1194 | return (List<T>) iterable; |
| 1195 | } |
| 1196 | } |
no outgoing calls
no test coverage detected