Generated by
JDiff

Class com.google.common.collect.ImmutableList

Changed Methods
ImmutableList<E> asList() Now deprecated.
There is no reason to use this; it always returns {@code this}.
boolean contains(Object) Change in signature from Object to java.lang.Object.
 
boolean equals(Object) Change in signature from Object to java.lang.Object.
 
int indexOf(Object) Change in signature from Object to java.lang.Object.
 
int lastIndexOf(Object) Change in signature from Object to java.lang.Object.