public final class MutableDictionary<T> extends Object implements Thawed<Dictionary<T>>
Modifier and Type | Method and Description |
---|---|
MutableDictionary<T> |
addAll(Dictionary<T> other) |
MutableDictionary<T> |
addEntry(String key,
T value) |
Dictionary<T> |
freeze() |
static <T> MutableDictionary<T> |
newInstance() |
public static <T> MutableDictionary<T> newInstance()
public MutableDictionary<T> addEntry(String key, T value)
public MutableDictionary<T> addAll(Dictionary<T> other)
public Dictionary<T> freeze()
freeze
in interface Thawed<Dictionary<T>>
Copyright © 2013. All Rights Reserved.