org.pcollections.HashTreePSet Maven / Gradle / Ivy
/*
* Copyright (c) 2008 Harold Cooper. All rights reserved.
* Licensed under the MIT License.
* See LICENSE file in the project root for full license information.
*/
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy