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