us.bpsm.edn.parser.DefaultMapFactory 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 java.util.Collections;
import java.util.HashMap;
import java.util.Map;
final class DefaultMapFactory implements CollectionBuilder.Factory {
public CollectionBuilder builder() {
return new CollectionBuilder() {
final Object none = new Object();
final Map