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.
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.
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.
listSetAt(list, index, value, delimiters) — Static method in class org.iotashan.classes.StringList
listToArray(list, delimiters) — Static method in class org.iotashan.classes.StringList
Sets a value at the specified index.
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