- All Superinterfaces:
Builder<Map.Entry<K,,V>, O> PairBuilder<K,V, O>
- All Known Implementing Classes:
UriQueryBuilder
Type that accumulates map entries, and binds an output result of type
O.-
Method Summary
Modifier and TypeMethodDescriptionbooleanAdds a single entry to this builder, returningtrueif the state of the builder changed.booleanAdds an input pair to this builder, returningtrueif the state of the builder changed.booleanaddAll(Collection<? extends Map.Entry<K, V>> inputs) Adds multiple entries to this builder, returningtrueif the state of the builder changed.booleanAdds multiple entries to this builder, returningtrueif the state of the builder changed.bind()Returns the output result of this builder.
-
Method Details
-
add
Adds an input pair to this builder, returningtrueif the state of the builder changed.- Specified by:
addin interfacePairBuilder<K,V, O>
-
add
Adds a single entry to this builder, returningtrueif the state of the builder changed. -
addAll
Adds multiple entries to this builder, returningtrueif the state of the builder changed. -
addAll
Adds multiple entries to this builder, returningtrueif the state of the builder changed. -
bind
O bind()Returns the output result of this builder.
-