public static class MultiDictionary.Builder
extends java.lang.Object
MultiDictionary
instances.Constructor and Description |
---|
MultiDictionary.Builder()
Constructs an empty builder.
|
Modifier and Type | Method and Description |
---|---|
MultiDictionary.Builder |
add(Dictionary dictionary)
Appends a dictionary to the end of the list contained by this builder.
|
MultiDictionary |
build()
Builds a
MultiDictionary with the dictionaries in this builder. |
public MultiDictionary.Builder()
public MultiDictionary.Builder add(Dictionary dictionary)
dictionary
- the dictionary to add.public MultiDictionary build()
MultiDictionary
with the dictionaries in this builder.MultiDictionary
with the dictionaries in this builder.