java.util.ArrayList<T> Extension
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Extends: java.util.ArrayList<T>
- Platforms: Cooper
Instance Methods
JoinedString
Parameters:
- aSeparator:
ToSortedList
method ToSortedList(aComparison: Comparison<T>): ImmutableList<T>
ImmutableList<T> ToSortedList(Comparison<T> aComparison)
func ToSortedList(_ aComparison: Comparison<T>) -> ImmutableList<T>
ImmutableList<T> ToSortedList(Comparison<T> aComparison)
Function ToSortedList(aComparison As Comparison<T>) As ImmutableList<T>
Parameters:
- aComparison:
UniqueCopy
method UniqueCopy: not nullable RemObjects.Elements.RTL.ImmutableList<T>
RemObjects.Elements.RTL.ImmutableList<T>! UniqueCopy()
func UniqueCopy() -> RemObjects.Elements.RTL.ImmutableList<T>
RemObjects.Elements.RTL.ImmutableList<T> UniqueCopy()
Function UniqueCopy() As RemObjects.Elements.RTL.ImmutableList<T>