us.bpsm.edn.parser.DefaultSetFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edn-java Show documentation
Show all versions of edn-java Show documentation
edn-java is an parser and printer for 'edn' written in Java, for Java and
requiring no external dependencies.
// (c) 2012 B Smith-Mannschott -- Distributed under the Eclipse Public License
package us.bpsm.edn.parser;
import us.bpsm.edn.EdnSyntaxException;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
final class DefaultSetFactory implements CollectionBuilder.Factory {
public CollectionBuilder builder() {
return new CollectionBuilder() {
Set