All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static List<NElement> |
add(NElement e,
List<NElement> values) |
static List<NElement> |
addAll(Collection<NElement> some,
List<NElement> values) |
static List<NElement> |
addAll(NElement[] some,
List<NElement> values) |
static List<NElement> |
addAt(int index,
NElement e,
List<NElement> values) |
static List<NElement> |
addMap(Map<NElement,NElement> other,
List<NElement> values) |
static NElement |
defragment(NElement any) |
static List<NElement> |
denullList(NElement e) |
static NElement |
denullOne(NElement e) |
static List<NElement> |
getAll(List<NElement> values,
NElement s) |
static List<NElement> |
getAll(List<NElement> values,
String s) |
static NOptional<NElement> |
getByName(List<NElement> values,
String s) |
static NPairElement |
pair(NElement k,
boolean v) |
static NPairElement |
pair(NElement k,
int v) |
static NPairElement |
pair(NElement k,
NElement v) |
static NPairElement |
pair(String name,
boolean value) |
static NPairElement |
pair(String name,
double value) |
static NPairElement |
pair(String name,
int value) |
static NPairElement |
pair(String name,
NElement value) |
static NPairElement |
pair(String name,
Number value) |
static NPairElement |
pair(String name,
String value) |
static boolean |
remove(NElement any,
List<NElement> values) |
static boolean |
removeAll(NElement any,
List<NElement> values) |
static boolean |
removeAllPairs(NElement entryKey,
List<NElement> values) |
static boolean |
removeAllPairs(String entryKey,
List<NElement> values) |
static void |
removeAt(int index,
List<NElement> values) |
static boolean |
removePair(NElement entryKey,
List<NElement> values) |
static boolean |
removePair(String entryKey,
List<NElement> values) |
static List<NElement> |
setAll(Collection<NElement> some,
List<NElement> values) |
static List<NElement> |
setAt(int index,
NElement e,
List<NElement> values) |
static List<NElement> |
setPair(NPairElement entry,
List<NElement> values) |