Uses of Class
squidpony.squidmath.OrderedMap.KeyIterator
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of OrderedMap.KeyIterator in squidpony.squidmath
Methods in squidpony.squidmath that return OrderedMap.KeyIterator Modifier and Type Method Description OrderedMap.KeyIteratorOrderedMap.KeySet. iterator()Methods in squidpony.squidmath with parameters of type OrderedMap.KeyIterator Modifier and Type Method Description intOrderedMap.KeySet. unwrap(OrderedMap.KeyIterator i, Object[] array)Unwraps an iterator into an array.intOrderedMap.KeySet. unwrap(OrderedMap.KeyIterator i, Object[] array, int offset, int max)Unwraps an iterator into an array starting at a given offset for a given number of elements.