Used to avoid http://bugs.sun.com/view_bug.do?bug_id=6558557
(Iterable<T> iterable)
| 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)) { |