DictionaryHelpers

Overview

Location

Class Methods


Foreach<T,U>

 

class method Foreach<T,U>(aSelf: ImmutableDictionary<T, U>; aAction: Action<RemObjects.Elements.RTL.KeyValuePair<T,U>>)

 

static void Foreach<T,U>(ImmutableDictionary<T, U> aSelf, Action<RemObjects.Elements.RTL.KeyValuePair<T,U>> aAction)

 

static func Foreach<T,U>(_ aSelf: ImmutableDictionary<T, U>, _ aAction: Action<RemObjects.Elements.RTL.KeyValuePair<T,U>>)

 

static void Foreach<T,U>(ImmutableDictionary<T, U> aSelf, Action<RemObjects.Elements.RTL.KeyValuePair<T,U>> aAction)

 

Shared Sub Foreach<T,U>(aSelf As ImmutableDictionary<T, U>, aAction As Action<RemObjects.Elements.RTL.KeyValuePair<T,U>>)

Parameters:

  • aSelf:
  • aAction:

GetSequence<T,U>

 

class method GetSequence<T,U>(aSelf: HashMap<T, U>): Iterable<KeyValuePair<T, U>>

 

static Iterable<KeyValuePair<T, U>> GetSequence<T,U>(HashMap<T, U> aSelf)

 

static func GetSequence<T,U>(_ aSelf: HashMap<T, U>) -> Iterable<KeyValuePair<T, U>>

 

static Iterable<KeyValuePair<T, U>> GetSequence<T,U>(HashMap<T, U> aSelf)

 

Shared Function GetSequence<T,U>(aSelf As HashMap<T, U>) As Iterable<KeyValuePair<T, U>>

Parameters:

  • aSelf:

Instance Methods


constructor  protected

 

constructor

 

DictionaryHelpers()

 

init()

 

DictionaryHelpers()

 

Sub New()