Searched defs:FluentIterable (Results 1 - 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DFluentIterable.java38 * {@code FluentIterable} provides a rich interface for manipulating {@code Iterable} instances in a
39 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
40 * of elements. The following types of methods are provided on {@code FluentIterable}:
42 * <li>chained methods which return a new {@code FluentIterable} based in some way on the contents
44 * <li>conversion methods which copy the {@code FluentIterable}'s contents into a new collection or
48 * <li>query methods which answer questions about the {@code FluentIterable}'s contents (for example
56 * FluentIterable
63 * <p>Anything which can be done using {@code FluentIterable} could be done in a different fashion
64 * (often with {@link Iterables}), however the use of {@code FluentIterable} makes many sets of
71 public abstract class FluentIterable< class in inherits:Iterable
77 protected FluentIterable() { method in class:FluentIterable
81 FluentIterable(Iterable<E> iterable) { method in class:FluentIterable
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DFluentIterable.java37 * {@code FluentIterable} provides a rich interface for manipulating {@code Iterable} instances in a
38 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
39 * of elements. The following types of methods are provided on {@code FluentIterable}:
41 * <li>chained methods which return a new {@code FluentIterable} based in some way on the contents
43 * <li>conversion methods which copy the {@code FluentIterable}'s contents into a new collection or
47 * <li>query methods which answer questions about the {@code FluentIterable}'s contents (for example
55 * FluentIterable
62 * <p>Anything which can be done using {@code FluentIterable} could be done in a different fashion
63 * (often with {@link Iterables}), however the use of {@code FluentIterable} makes many sets of
70 public abstract class FluentIterable< class in inherits:Iterable
76 protected FluentIterable() { method in class:FluentIterable
80 FluentIterable(Iterable<E> iterable) { method in class:FluentIterable
[all...]

Completed in 292 milliseconds