Class monkey.list.StringList - leonard-thieu/monkey GitHub Wiki

StringList is a convenience class for handling lists of string values.

Extends

  • List<String>

Constructors

Methods

Detailed Discussion

StringList is a convenience class for handling lists of string values.

Constructor Documentation

Method New ()

Creates a new empty StringList.

Method Documentation

Method Compare : Int ( lhs:String, rhs:String )

Implements the Compare method, which allows StringLists to be sorted using the Sort method.

Method Join : String ( separator:String )

Concatenates the elements of the list together, inserting the specified separator between each element.

⚠️ **GitHub.com Fallback** ⚠️