Searched defs:Funnels (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/hash/
H A DFunnels.java27 * Funnels for common types. All implementations are serializable.
33 public final class Funnels { class
34 private Funnels() {} method in class:Funnels
51 return "Funnels.byteArrayFunnel()";
58 * {@link Funnels#stringFunnel(Charset)} instead.
60 * @since 15.0 (since 11.0 as {@code Funnels.stringFunnel()}.
69 * @deprecated Use {@link Funnels#unencodedCharsFunnel} instead. This method is scheduled for
85 return "Funnels.unencodedCharsFunnel()";
111 return "Funnels.stringFunnel(" + charset.name() + ")";
162 return "Funnels
[all...]
/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/ ...

Completed in 917 milliseconds