public final class Dictionary<T> extends Object implements Frozen<MutableDictionary<T>>
Modifier and Type | Method and Description |
---|---|
T |
get(String key) |
Set<String> |
missingEntriesFrom(Set<String> set) |
MutableDictionary<T> |
thaw() |
Collection<T> |
valuesForKeys(Set<String> keys) |
Copyright © 2013. All Rights Reserved.