Generated by
JDiff

Class com.google.common.primitives.ImmutableLongArray

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

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
Returns {@code true} if {@code object} is an {@code ImmutableLongArray} containing the same values as this one, in the same order.