-
ImmutableIntArray.Builder.add(int value)
ImmutableIntArray.Builder.addAll(int[] values)
Appends
values, in order, to the end of the values the built
ImmutableIntArray will contain.
Appends
values, in order, to the end of the values the built
ImmutableIntArray will contain.
Appends
values, in order, to the end of the values the built
ImmutableIntArray will contain.
Appends
values, in order, to the end of the values the built
ImmutableIntArray will contain.
Appends all values from
stream, in order, to the end of the values the built
ImmutableIntArray will contain.
Returns a new, empty builder for
ImmutableIntArray instances, with a default initial
capacity.
ImmutableIntArray.builder(int initialCapacity)
Returns a new, empty builder for
ImmutableIntArray instances, sized to hold up to
initialCapacity values without resizing.