All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.psjava.goods.GoodMutableSetFactory Maven / Gradle / Ivy

The newest version!
package org.psjava.goods;

import org.psjava.ds.set.JavaHashSetFactory;
import org.psjava.ds.set.MutableSetFactory;

public class GoodMutableSetFactory {
	public static MutableSetFactory getInstance() {
		return JavaHashSetFactory.getInstance();
	}

	private GoodMutableSetFactory() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy