Java org.apache.commons.collections4.map DefaultedMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.collections4.map DefaultedMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.collections4.map DefaultedMap.

The text is from its open source code.

Constructor

DefaultedMap(final Map map, final Transformer defaultValueTransformer)
Constructor that wraps (not copies).
DefaultedMap(final V defaultValue)
Constructs a new empty DefaultedMap that decorates a HashMap.
DefaultedMap(final Transformer defaultValueTransformer)
Constructs a new empty DefaultedMap that decorates a HashMap.