Package | Description |
---|---|
com.github.fge.jsonschema.library |
Modifier and Type | Method and Description |
---|---|
DictionaryBuilder<T> |
DictionaryBuilder.addAll(Dictionary<T> other) |
DictionaryBuilder<T> |
DictionaryBuilder.addEntry(String key,
T value) |
static <T> DictionaryBuilder<T> |
Dictionary.newBuilder() |
DictionaryBuilder<T> |
DictionaryBuilder.removeEntry(String key) |
DictionaryBuilder<T> |
Dictionary.thaw() |
Copyright © 2013. All Rights Reserved.