Uses of Class
squidpony.squidmath.ShortVLA
| Package | Description |
|---|---|
| squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of ShortVLA in squidpony.squidmath
Methods in squidpony.squidmath that return ShortVLA Modifier and Type Method Description static ShortVLAShortVLA. with(short... array)Methods in squidpony.squidmath with parameters of type ShortVLA Modifier and Type Method Description voidShortVLA. addAll(ShortVLA array)voidShortVLA. addAll(ShortVLA array, int offset, int length)booleanShortVLA. removeAll(ShortVLA array)Removes from this array all of elements contained in the specified array.Constructors in squidpony.squidmath with parameters of type ShortVLA Constructor Description ShortVLA(ShortVLA array)Creates a new array containing the elements in the specific array.