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