(Collection<?> collection)
| 723 | } |
| 724 | |
| 725 | @Override |
| 726 | public boolean containsAll(Collection<?> collection) { |
| 727 | return set1.containsAll(collection) && set2.containsAll(collection); |
| 728 | } |
| 729 | }; |
| 730 | } |
| 731 |
nothing calls this directly
no test coverage detected