Class SetFactory
Inheritance
System.Object
SetFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Support.Compatibility
Assembly: Lucene.Net.dll
Syntax
public static class SetFactory
Methods
| Improve this Doc View SourceCreateHashSet<T>()
Declaration
public static ISet<T> CreateHashSet<T>()
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<T> |
Type Parameters
Name | Description |
---|---|
T |
CreateHashSet<T>(IEnumerable<T>)
Declaration
public static ISet<T> CreateHashSet<T>(IEnumerable<T> other)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | other |
Returns
Type | Description |
---|---|
System.Collections.Generic.ISet<T> |
Type Parameters
Name | Description |
---|---|
T |