public native _items() as ArrayList<T>
Returns a synchronized snapshot in the native hash table's current traversal order.
A snapshot whose order is unspecified.
values = s:{1, 2, 3} assert values._items().size == 3uL