klyn.collections.HashSetSync._items
method
public native _items() as ArrayList<T>
Description

Returns a synchronized snapshot in the native hash table's current traversal order.

Returns

A snapshot whose order is unspecified.

Example
values = s:{1, 2, 3}
assert values._items().size == 3uL