public class Splitter extends Object
| Modifier and Type | Method and Description |
|---|---|
Splitter |
omitEmptyStrings() |
static Splitter |
on(char separator) |
static Splitter |
on(String separator) |
List<String> |
splitToList(String value) |
Splitter |
trimResults() |
Splitter |
trimResults(String trimmable) |
Copyright © 2022. All rights reserved.