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