static class MultiHashSet extends MultiSet { *() { super(false); } *(Collection c) { this(); addAll(c); } }