Uses of Class
squidpony.squidmath.MultiArrangement.KeyIterator
| Package | Description |
|---|---|
| squidpony.squidmath |
Rarely-used data structures removed from squidlib-util and put in squidlib-extra in case they can be useful.
|
-
Uses of MultiArrangement.KeyIterator in squidpony.squidmath
Methods in squidpony.squidmath that return MultiArrangement.KeyIterator Modifier and Type Method Description MultiArrangement.KeyIteratorMultiArrangement.KeyList. iterator()Methods in squidpony.squidmath with parameters of type MultiArrangement.KeyIterator Modifier and Type Method Description intMultiArrangement.KeyList. unwrap(MultiArrangement.KeyIterator i, Object[] array)Unwraps an iterator into an array.intMultiArrangement.KeyList. unwrap(MultiArrangement.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.