StructNew

Creates a new struct of the specified type.

The available types are:

  • casesensitive

  • default

  • ordered-casesensitive

  • ordered

  • soft

  • sorted

  • weak

Method Signature

StructNew(type=[string], sortType=[any], sortOrder=[string], localeSensitive=[any], callback=[function:Comparator])

Arguments

ArgumentTypeRequiredDescriptionDefault

type

string

false

The struct type

default

sortType

any

false

An optional sort type to apply to that type

sortOrder

string

false

The sort order applicable to the sortType argument

asc

localeSensitive

any

false

false

callback

function:Comparator

false

An optional callback to use as the sorting function. You can alternatively pass a Java Comparator.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC