Generated by
JDiff

Class com.google.common.collect.ImmutableList

Added Methods
boolean contains(Object)  
 

Changed Methods
int indexOf(Object) Changed from abstract to non-abstract.  
int lastIndexOf(Object) Changed from abstract to non-abstract.  
ImmutableList<E> subList(int, int) Changed from abstract to non-abstract. Returns an immutable list of the elements between the specified {@code fromIndex}, inclusive, and {@code toIndex}, exclusive.
UnmodifiableListIterator<E> listIterator(int) Changed from abstract to non-abstract.