| Package | Description |
|---|---|
| js.lang |
Common types and exceptions.
|
| js.util |
Utility functions for strings, files, dynamic types manipulation, parameters validation and more.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Pair> |
PairsList.pairs
Underlying pairs storage.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Pair> |
PairsList.iterator()
Returns an iterator for this pairs list instance.
|
| Modifier and Type | Method and Description |
|---|---|
private static Pair |
Strings.pair(String string,
char separator)
Split string value using given separator and return initialized pair instance.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Pair> |
Strings.splitPairs(String string,
char pairsSeparator,
char componentsSeparator)
Split string using given pairs separator and every pair using pair component separator.
|
Copyright © 2018. All rights reserved.