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

org.aksw.commons.collections.diff.HashSetDiff Maven / Gradle / Ivy

There is a newer version: 0.9.9
Show newest version
package org.aksw.commons.collections.diff;

import java.util.HashSet;
import java.util.Set;

/**
 * @author Claus Stadler
 *
 *         Date: 7/12/11
 *         Time: 10:52 PM
 */
public class HashSetDiff
		extends CollectionDiff>
{
	public HashSetDiff()
	{
		super(new HashSet(), new HashSet(), new HashSet());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy