Home | History | Annotate | Download | only in base

Lines Matching defs:on

11  * distributed under the License is distributed on an "AS IS" BASIS,
39 * Joiner joiner = Joiner.on("; ").skipNulls();
50 * useForNull} has no effect on the instance it is invoked on! You must store and use the new joiner
55 * Joiner joiner = Joiner.on(',');
59 * <p>See the Guava User Guide article on <a href=
70 public static Joiner on(String separator) {
77 public static Joiner on(char separator) {
285 * <p>In addition to operating on {@code Map} instances, {@code MapJoiner} can operate on {@code