Package | Description |
---|---|
com.github.fge.jsonschema.library |
Base library class
|
Modifier and Type | Method and Description |
---|---|
DictionaryBuilder<T> |
DictionaryBuilder.addAll(Dictionary<T> other)
Add all entries from another dictionary
|
DictionaryBuilder<T> |
DictionaryBuilder.addEntry(String key,
T value)
Add one entry to this builder
|
static <T> DictionaryBuilder<T> |
Dictionary.newBuilder()
Return a new, empty builder for a dictionary of this type
|
DictionaryBuilder<T> |
DictionaryBuilder.removeEntry(String key)
Remove one entry from this builder
|
DictionaryBuilder<T> |
Dictionary.thaw()
Return a builder with a copy of all entries from this dictionary
|
Copyright © 2013. All Rights Reserved.