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

/external/guava/guava/src/com/google/common/collect/
H A DFluentIterable.java40 * {@code FluentIterable} provides a rich interface for manipulating {@code Iterable} instances in a
41 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
42 * of elements. The following types of methods are provided on {@code FluentIterable}:
44 * <li>chained methods which return a new {@code FluentIterable} based in some way on the contents
46 * <li>conversion methods which copy the {@code FluentIterable}'s contents into a new collection or
50 * <li>query methods which answer questions about the {@code FluentIterable}'s contents (for example
58 * FluentIterable
65 * <p>Anything which can be done using {@code FluentIterable} could be done in a different fashion
66 * (often with {@link Iterables}), however the use of {@code FluentIterable} makes many sets of
73 public abstract class FluentIterable< class in inherits:Iterable
79 protected FluentIterable() { method in class:FluentIterable
83 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.java39 * {@code FluentIterable} provides a rich interface for manipulating {@code Iterable} instances in a
40 * chained fashion. A {@code FluentIterable} can be created from an {@code Iterable}, or from a set
41 * of elements. The following types of methods are provided on {@code FluentIterable}:
43 * <li>chained methods which return a new {@code FluentIterable} based in some way on the contents
45 * <li>conversion methods which copy the {@code FluentIterable}'s contents into a new collection or
49 * <li>query methods which answer questions about the {@code FluentIterable}'s contents (for example
57 * FluentIterable
64 * <p>Anything which can be done using {@code FluentIterable} could be done in a different fashion
65 * (often with {@link Iterables}), however the use of {@code FluentIterable} makes many sets of
72 public abstract class FluentIterable< class in inherits:Iterable
78 protected FluentIterable() { method in class:FluentIterable
82 FluentIterable(Iterable<E> iterable) { method in class:FluentIterable
[all...]
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 121 milliseconds