A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
listAppend(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Appends a value to the end of the list. |
listChangeDelims(list, newDelimiter, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Changes delimiters of the list
|
listContains(list, substr, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list of the indexes where the substring is found. |
listContainsNoCase(list, substr, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list of the indexes where the case-insenitive substring is found. |
listDeleteAt(list, index, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Deletes a value at the specified index. |
listDeleteEmptyElements(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list with empty elements removed. |
listDistinct(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns all unique elements in a list. |
listFillEmptyElements(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list with empty elements replaced with a value. |
listFind(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the index of the case sensitive value in the list. |
listFindNoCase(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the index of the case insensitive value in the list. |
listFirst(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the first value in the list. |
listGetAt(list, index, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the value at the specified index. |
listInsertAt(list, index, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Inserts a value at the specified index. |
listLast(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the last value of the list. |
listLen(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the number of items in the list. |
listMid(list, start, elements, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list of elements from the index specified through the number of elements specified. |
listPrepend(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Adds a value to the beginning of the list. |
listQualify(list, qualifier, delimiters, elements) — Static method in class org.iotashan.classes.StringList |
|
Adds a qualifiying string to either all elements, or non-numeric elements. |
listRest(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Gets a list, without its first element. |
listReverse(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns a list of elements in reverse order. |
listSetAt(list, index, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Sets a value at the specified index. |
listSort(list, sortType, sortOrder, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Sorts list elements according to a sort type and sort order. |
listToArray(list, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Converts the specified list to an array. |
listValueCount(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the number of times a value is found in the list. |
listValueCountNoCase(list, value, delimiters) — Static method in class org.iotashan.classes.StringList |
|
Returns the number of times a case-insenstive value is found in the list. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |