com.github.atdixon.vivean.swipe.HashTreePSet Maven / Gradle / Ivy
package org.pcollections;
import java.util.Collection;
/**
*
* A static convenience class for creating efficient persistent sets.
*
* This class simply creates MapPSets backed by HashTreePMaps.
*
* @author harold
*/
public final class HashTreePSet {
// not instantiable (or subclassable):
private HashTreePSet() {}
private static final MapPSet