ImmutableLinkedList<T> Extension

Location

  • Reference:
    • Elements.dll  .NET, .NET Core 6.0, .NET Standard 2.0
    • elements.jar  Cooper
    • Elements.fx  Island, ToffeeV2
    • libElements.fx  Toffee
  • Namespace: RemObjects.Elements.RTL
  • Extends: ImmutableLinkedList<T>
  • Platforms: .NET, .NET Core 6.0, .NET Standard 2.0, Cooper, Island, Toffee, ToffeeV2

Instance Methods


Contains

 

method Contains(aValue: T): Boolean

 

Boolean Contains(T aValue)

 

func Contains(_ aValue: T) -> Boolean

 

Boolean Contains(T aValue)

 

Function Contains(aValue As T) As Boolean

Parameters:

  • aValue:

Find

 

method Find(aValue: T): nullable RemObjects.Elements.RTL.LinkedListNode<T>

 

// Toffee
func Find(_ aValue: T) -> LinkedListNode<T>
// ToffeeV2
func Find(_ aValue: T) -> RemObjects.Elements.RTL.LinkedListNode<T>?

 

LinkedListNode<T> Find(ImmutableLinkedList<T> aValue)

 

Function Find(aValue As T) As RemObjects.Elements.RTL.LinkedListNode<T>?

Parameters:

  • aValue:

FindLast

 

method FindLast(aValue: T): nullable RemObjects.Elements.RTL.LinkedListNode<T>

 

// Toffee
func FindLast(_ aValue: T) -> LinkedListNode<T>
// ToffeeV2
func FindLast(_ aValue: T) -> RemObjects.Elements.RTL.LinkedListNode<T>?

 

LinkedListNode<T> FindLast(ImmutableLinkedList<T> aValue)

 

Function FindLast(aValue As T) As RemObjects.Elements.RTL.LinkedListNode<T>?

Parameters:

  • aValue: