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 ShortVLA
ShortVLA. with(short... array)
Methods in squidpony.squidmath with parameters of type ShortVLA Modifier and Type Method Description void
ShortVLA. addAll(ShortVLA array)
void
ShortVLA. addAll(ShortVLA array, int offset, int length)
boolean
ShortVLA. 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.