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.KeyIterator
Arrangement.KeySet. iterator()
Methods in squidpony.squidmath with parameters of type Arrangement.KeyIterator Modifier and Type Method Description int
Arrangement.KeySet. unwrap(Arrangement.KeyIterator i, Object[] array)
Unwraps an iterator into an array.int
Arrangement.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.