| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
S.Val |
static class |
S.Var |
| Modifier and Type | Field and Description |
|---|---|
static S.List |
S.EMPTY_LIST |
| Modifier and Type | Field and Description |
|---|---|
static Lang.Transformer<String,S.List> |
S.F.SPLIT
A split function that use the
S.COMMON_SEP to split Strings |
| Modifier and Type | Method and Description |
|---|---|
static S.List |
S.fastSplit(String string,
String separator)
Split a string by separator literal and return a list of strings
|
static S.List |
S.list()
Returns an empty immutable list
|
static S.List |
S.list(Iterable<String> iterable) |
static S.List |
S.list(String s) |
static S.List |
S.list(String s1,
String s2) |
static S.List |
S.list(String s1,
String s2,
String... sa) |
static S.List |
S.listOf(String... sa) |
static S.List |
S.newList() |
static S.List |
S.newList(Iterable<String> iterable) |
static S.List |
S.newList(String string) |
static S.List |
S.newList(String s1,
String s2) |
static S.List |
S.newList(String s1,
String s2,
String s3) |
static S.List |
S.newList(String s1,
String s2,
String s3,
String... sa) |
static S.List |
S.newListOf(String[] sa) |
static S.List |
S.split(CharSequence csq,
Pattern regex)
Split a char sequence by regex and return a list of strings
|
static S.List |
S.split(CharSequence csq,
String regex)
Split a char sequence by regex and return a list of strings
|
static S.List |
S.split(String string,
char separator)
Split a string into a list of strings by specified separator char
|
| Modifier and Type | Method and Description |
|---|---|
static Lang.Transformer<String,S.List> |
S.F.split(String sep) |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.