Generated by
JDiff

Class com.google.common.collect.ImmutableCollection

Removed Methods
boolean removeIf(Predicate<? super E>) Guaranteed to throw an exception and leave the collection unmodified.
Spliterator<E> spliterator()  
 

Changed Methods
boolean contains(Object) Change in signature from Object to java.lang.Object.