Generated by
JDiff

Class com.google.common.collect.FluentIterable

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.
E extends Object get(int) Change in return type from E to (E extends Object).
Returns the element at the specified position in this fluent iterable.
FluentIterable<E> of(E, extends, Object, E[]) Change in signature from (E, E[]) to (E extends Object, E[]).
Returns a fluent iterable containing the specified elements in order.