Uses of Class
squidpony.squidmath.Arrangement.KeyIterator
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of Arrangement.KeyIterator in squidpony.squidmath
Methods in squidpony.squidmath that return Arrangement.KeyIterator Modifier and Type Method Description Arrangement.KeyIteratorArrangement.KeySet. iterator()Methods in squidpony.squidmath with parameters of type Arrangement.KeyIterator Modifier and Type Method Description intArrangement.KeySet. unwrap(Arrangement.KeyIterator i, Object[] array)Unwraps an iterator into an array.intArrangement.KeySet. unwrap(Arrangement.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.