HashsetHelpers
Overview
Location
- Reference: Sugar
- Namespace: Sugar.Collections
Class Methods
Foreach
class method Foreach(aSelf: HashSet<T>; aAction: Action<T>)
static void Foreach(HashSet<T> aSelf, Action<T> aAction)
static func Foreach(_ aSelf: HashSet<T>, _ aAction: Action<T>)
static void Foreach(HashSet<T> aSelf, Action<T> aAction)
Shared Sub Foreach(aSelf As HashSet<T>, aAction As Action<T>)
Parameters:
- aSelf:
- aAction:
IsSubsetOf
class method IsSubsetOf(aSelf: HashSet<T>; aSet: HashSet<T>): Boolean
static Boolean IsSubsetOf(HashSet<T> aSelf, HashSet<T> aSet)
static func IsSubsetOf(_ aSelf: HashSet<T>, _ aSet: HashSet<T>) -> Boolean
static Boolean IsSubsetOf(HashSet<T> aSelf, HashSet<T> aSet)
Shared Function IsSubsetOf(aSelf As HashSet<T>, aSet As HashSet<T>) As Boolean
Parameters:
- aSelf:
- aSet:
Instance Methods
constructor
constructor
HashsetHelpers()
init()
HashsetHelpers()
Sub New()