Uses of Class
com.google.common.primitives.ImmutableIntArray.Builder
Packages that use ImmutableIntArray.Builder
Package
Description
Static utilities for the eight primitive types and 
void, and value types for treating
 them as unsigned or storing them in immutable arrays.- 
Uses of ImmutableIntArray.Builder in com.google.common.primitivesMethods in com.google.common.primitives that return ImmutableIntArray.BuilderModifier and TypeMethodDescriptionImmutableIntArray.Builder.add(int value) Appendsvalueto the end of the values the builtImmutableIntArraywill contain.ImmutableIntArray.Builder.addAll(int[] values) Appendsvalues, in order, to the end of the values the builtImmutableIntArraywill contain.ImmutableIntArray.Builder.addAll(ImmutableIntArray values) Appendsvalues, in order, to the end of the values the builtImmutableIntArraywill contain.Appendsvalues, in order, to the end of the values the builtImmutableIntArraywill contain.ImmutableIntArray.Builder.addAll(Collection<Integer> values) Appendsvalues, in order, to the end of the values the builtImmutableIntArraywill contain.Appends all values fromstream, in order, to the end of the values the builtImmutableIntArraywill contain.static ImmutableIntArray.BuilderImmutableIntArray.builder()Returns a new, empty builder forImmutableIntArrayinstances, with a default initial capacity.static ImmutableIntArray.BuilderImmutableIntArray.builder(int initialCapacity) Returns a new, empty builder forImmutableIntArrayinstances, sized to hold up toinitialCapacityvalues without resizing.