SortedMap
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.internal.fmtsort
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor(aKey: Slice<Value>; aValue: Slice<Value>)
SortedMap(Slice<Value> aKey, Slice<Value> aValue)
init(_ aKey: Slice<Value>, _ aValue: Slice<Value>)
Sub New(aKey As Slice<Value>, aValue As Slice<Value>)
Parameters:
- aKey:
- aValue:
constructor(value: SortedMap)
SortedMap(SortedMap value)
Sub New(value As SortedMap)
Parameters:
- value:
Key
FIELD Key() As Slice<Value>
Len Island
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:
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:
method Swap(i: int; j: int)
func Swap(_ i: int, _ j: int)
func Swap(i int, j int) void
Sub Swap(i As int, j As int)
Parameters:
- i:
- j:
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
FIELD Value() As Slice<Value>
Key
FIELD Key() As Slice<Value>
Value
FIELD Value() As Slice<Value>
constructor
constructor(aKey: Slice<Value>; aValue: Slice<Value>)
SortedMap(Slice<Value> aKey, Slice<Value> aValue)
init(_ aKey: Slice<Value>, _ aValue: Slice<Value>)
Sub New(aKey As Slice<Value>, aValue As Slice<Value>)
Parameters:
- aKey:
- aValue:
constructor(value: SortedMap)
SortedMap(SortedMap value)
Sub New(value As SortedMap)
Parameters:
- value:
Len Island
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:
method Swap(i: int; j: int)
func Swap(_ i: int, _ j: int)
func Swap(i int, j int) void
Sub Swap(i As int, j As int)
Parameters:
- i:
- j: