Searched refs:UnmodifiableIterable (Results 1 - 7 of 7) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterables.java67 if (iterable instanceof UnmodifiableIterable ||
71 return new UnmodifiableIterable<T>(iterable);
85 private static final class UnmodifiableIterable<T> implements Iterable<T> { class in class:Iterables
88 private UnmodifiableIterable(Iterable<T> iterable) { method in class:Iterables.UnmodifiableIterable
1118 return new UnmodifiableIterable<T>(iterable);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterables.java64 if (iterable instanceof UnmodifiableIterable ||
68 return new UnmodifiableIterable<T>(iterable);
82 private static final class UnmodifiableIterable<T> implements Iterable<T> { class in class:Iterables
85 private UnmodifiableIterable(Iterable<T> iterable) { method in class:Iterables.UnmodifiableIterable
1076 return new UnmodifiableIterable<T>(iterable);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 109 milliseconds