Generated by
JDiff

Class com.google.common.collect.FluentIterable

Removed Methods
ImmutableList<E> toImmutableList() Returns an {@code ImmutableList} containing all of the elements from this fluent iterable in proper sequence.
ImmutableSet<E> toImmutableSet() Returns an {@code ImmutableSet} containing all of the elements from this fluent iterable with duplicates removed.
ImmutableSortedSet<E> toImmutableSortedSet(Comparator<? super E>) Returns an {@code ImmutableSortedSet} containing all of the elements from this {@code FluentIterable} in the order specified by {@code comparator}, with duplicates (determined by {@code comparator.compare(x, y) == 0}) removed.
ImmutableList<E> toSortedImmutableList(Comparator<? super E>) Returns an {@code ImmutableList} containing all of the elements from this {@code FluentIterable} in the order specified by {@code comparator}.