com.factual.driver.Parameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of factual-java-driver Show documentation
Show all versions of factual-java-driver Show documentation
Factual's officially supported Java driver
The newest version!
package com.factual.driver;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.google.common.base.Joiner;
import com.google.common.collect.Maps;
/**
* Internal. Holds a mapping between parameters and their values for serialization to a URL-encoded string.
* @author brandon
*
*/
public class Parameters {
/**
* Holds key-value parameter pairs
*/
private Map