Generated by
JDiff

Class com.google.common.primitives.ImmutableIntArray

Removed Methods
ImmutableIntArray copyOf(IntStream) Returns an immutable array containing all the values from {@code stream}, in order.
void forEach(IntConsumer) Invokes {@code consumer} for each value contained in this array, in order.
IntStream stream() Returns a stream over the values in this array, in order.