Overview
>
klyn.collections
>
HashSetSync
>
HashSetSync
Version 0.1.2
Overview
Index
Tree
Deprecated
klyn.collections.HashSetSync.HashSetSync
constructor
public HashSetSync(collection as Collection<T>):
Description
Creates a synchronized hash set from a collection.
Parameters
collection The collection to copy elements from.