Generated by
JDiff

Class com.google.common.collect.ImmutableList

Removed Methods
void forEach(Consumer<? super E>)  
void replaceAll(UnaryOperator<E>) Guaranteed to throw an exception and leave the list unmodified.
void sort(Comparator<? super E>) Guaranteed to throw an exception and leave the list unmodified.
Spliterator<E> spliterator()  
(Collector<E, ?, ImmutableList<E>>toImmutableList() Returns a {@code Collector} that accumulates the input elements into a new {@code ImmutableList}, in encounter order.