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