Package org.apache.calcite.runtime
Class PairList.Builder<T,U>
java.lang.Object
org.apache.calcite.runtime.PairList.Builder<T,U>
- Type Parameters:
T
- First typeU
- Second type
Builds a PairList.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAdds a pair to the list under construction.build()
Builds the PairList.Builds an ImmutablePairList.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
add
Adds a pair to the list under construction. -
build
Builds the PairList. -
buildImmutable
Builds an ImmutablePairList.
-