Searched defs:skipNulls (Results 1 - 4 of 4) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DJoiner.java39 * Joiner joiner = Joiner.on("; ").skipNulls();
46 * <p>If neither {@link #skipNulls()} nor {@link #useForNull(String)} is specified, the joining
56 * joiner.skipNulls(); // does nothing!
228 @Override public Joiner skipNulls() {
239 public Joiner skipNulls() { method in class:Joiner
263 throw new UnsupportedOperationException("already specified skipNulls");
267 throw new UnsupportedOperationException("can't use .skipNulls() with maps");
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/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 233 milliseconds