com.hazelcast.buildutils
public final class ElementParser extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
parseDelimitedString(String value,
char delim) |
static List<String> |
parseDelimitedString(String value,
char delim,
boolean trim)
Parses delimited string and returns an array containing the tokens.
|
public static List<String> parseDelimitedString(String value, char delim, boolean trim)
value
- the delimited string to parse.delim
- the characters delimiting the tokens.trim
- whether to trim the parts.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.