Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.sort
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | StringSlice  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | StringSlice  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

constructor


constructor(aValue: Slice<string>)
StringSlice(Slice<string> aValue)
init(_ aValue: Slice<string>)
Sub New(aValue As Slice<string>)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Len


Less

method Less(i: int; j: int): bool
func Less(_ i: int, _ j: int) -> bool
func Less(i int, j int) bool
Function Less(i As int, j As int) As bool

Parameters:

  • i:
  • j:

Search

method Search(x: string): int
func Search(_ x: string) -> int
func Search(x string) int
Function Search(x As string) As int

Parameters:

  • x:

Sort

// .NET, .NET Standard 2.0
func Sort() 
// Island
func Sort() void

Swap

method Swap(i: int; j: int)
func Swap(_ i: int, _ j: int)
// .NET, .NET Standard 2.0
func Swap(i int, j int) 
// Island
func Swap(i int, j int) void
Sub Swap(i As int, j As int)

Parameters:

  • i:
  • j:

Value

var Value: Slice<string>;
FIELD Value() As Slice<string>

Value

var Value: Slice<string>;
FIELD Value() As Slice<string>

constructor


constructor(aValue: Slice<string>)
StringSlice(Slice<string> aValue)
init(_ aValue: Slice<string>)
Sub New(aValue As Slice<string>)

Parameters:

  • aValue:

Equals

method Equals(value: Object): Boolean
Boolean Equals(Object value)
func Equals(_ value: Object) -> Boolean
func Equals(value interface{}) Boolean
Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode

method GetHashCode: Int32
func GetHashCode() -> Int32
Function GetHashCode() As Int32

Len


Less

method Less(i: int; j: int): bool
func Less(_ i: int, _ j: int) -> bool
func Less(i int, j int) bool
Function Less(i As int, j As int) As bool

Parameters:

  • i:
  • j:

Search

method Search(x: string): int
func Search(_ x: string) -> int
func Search(x string) int
Function Search(x As string) As int

Parameters:

  • x:

Sort

// .NET, .NET Standard 2.0
func Sort() 
// Island
func Sort() void

Swap

method Swap(i: int; j: int)
func Swap(_ i: int, _ j: int)
// .NET, .NET Standard 2.0
func Swap(i int, j int) 
// Island
func Swap(i int, j int) void
Sub Swap(i As int, j As int)

Parameters:

  • i:
  • j: