Generated by
JDiff

Class com.google.common.collect.FluentIterable

Removed Methods
Stream<E> stream() Returns a stream of this fluent iterable's contents (similar to calling Collection.stream on a collection).
 

Changed Methods
boolean contains(Object) Change in signature from Object to java.lang.Object.
Returns {@code true} if this fluent iterable contains any object for which {@code equals(target)} is true.