twitter4j.TwitterObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of twitter4j-core Show documentation
Show all versions of twitter4j-core Show documentation
A Java library for the Twitter API
package twitter4j;
import java.util.HashMap;
import java.util.Map;
/**
* @author Yusuke Yamamoto - yusuke at mac.com
* @since Twitter4J 3.1.0
*/
public final class TwitterObjectFactory {
private TwitterObjectFactory() {
throw new AssertionError("not intended to be instantiated.");
}
private static final ThreadLocal
© 2015 - 2025 Weber Informatics LLC | Privacy Policy