![JAR search and dependency download from the Maven repository](/logo.png)
com.github.TKnudsen.ComplexDataObject.model.processors.utility.UniqueValuesIdentifier Maven / Gradle / Ivy
package com.github.TKnudsen.ComplexDataObject.model.processors.utility;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
/**
* Iterates over the values of a given attribute stored in the supplied ComplexDataContainer and
* returns a List of all the unique values found.
*
* Assumes that the values to be scanned are stored as lists by each ComplexDataObject.
*
* @author Robert Heimbach
*
* @see AbstractUniqueValuesIdentifier
*/
public class UniqueValuesIdentifier extends AbstractUniqueValuesIdentifier {
@Override
public Set
© 2015 - 2025 Weber Informatics LLC | Privacy Policy