Package groovy.lang

Class MapWithDefault<K,​V>

java.lang.Object
groovy.lang.MapWithDefault<K,​V>
All Implemented Interfaces:
Map<K,​V>

public final class MapWithDefault<K,​V>
extends Object
implements Map<K,​V>
A wrapper for Map which allows a default value to be specified.
Since:
1.7.1