|
Generated by JDiff |
||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
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, |
Change in signature from (E, E[] ) to (E extends Object, E[] ). |
Returns a fluent iterable containing the specified elements in order. |
|
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |