Uses of Class
dev.mccue.guava.primitives.ImmutableDoubleArray.Builder
-
Uses of ImmutableDoubleArray.Builder in dev.mccue.guava.primitives
Methods in dev.mccue.guava.primitives that return ImmutableDoubleArray.BuilderModifier and TypeMethodDescriptionImmutableDoubleArray.Builder.add(double value) Appendsvalueto the end of the values the builtImmutableDoubleArraywill contain.ImmutableDoubleArray.Builder.addAll(double[] values) Appendsvalues, in order, to the end of the values the builtImmutableDoubleArraywill contain.ImmutableDoubleArray.Builder.addAll(ImmutableDoubleArray values) Appendsvalues, in order, to the end of the values the builtImmutableDoubleArraywill contain.Appendsvalues, in order, to the end of the values the builtImmutableDoubleArraywill contain.ImmutableDoubleArray.Builder.addAll(Collection<Double> values) Appendsvalues, in order, to the end of the values the builtImmutableDoubleArraywill contain.ImmutableDoubleArray.Builder.addAll(DoubleStream stream) Appends all values fromstream, in order, to the end of the values the builtImmutableDoubleArraywill contain.static ImmutableDoubleArray.BuilderImmutableDoubleArray.builder()Returns a new, empty builder forImmutableDoubleArrayinstances, with a default initial capacity.static ImmutableDoubleArray.BuilderImmutableDoubleArray.builder(int initialCapacity) Returns a new, empty builder forImmutableDoubleArrayinstances, sized to hold up toinitialCapacityvalues without resizing.