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