Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
Modifier and Type | Method and Description |
---|---|
ShortVLA |
ShortSet.ShortSetIterator.toArray()
Returns a new array containing the remaining keys.
|
static ShortVLA |
ShortVLA.with(short... array) |
Modifier and Type | Method and Description |
---|---|
void |
ShortVLA.addAll(ShortVLA array) |
void |
ShortSet.addAll(ShortVLA array) |
void |
ShortVLA.addAll(ShortVLA array,
int offset,
int length) |
void |
ShortSet.addAll(ShortVLA array,
int offset,
int length) |
boolean |
ShortVLA.removeAll(ShortVLA array)
Removes from this array all of elements contained in the specified array.
|
Constructor and Description |
---|
ShortVLA(ShortVLA array)
Creates a new array containing the elements in the specific array.
|
Copyright © 2012–2016. All rights reserved.