Uses of Class
squidpony.squidmath.IntSet
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of IntSet in squidpony.squidmath
Methods in squidpony.squidmath that return IntSet Modifier and Type Method Description static IntSet
IntSet. with(int... array)
static IntSet
IntSet. with(IntVLA array)
Methods in squidpony.squidmath with parameters of type IntSet Modifier and Type Method Description void
IntSet. addAll(IntSet set)
void
IntVLA. addAll(IntSet set)
Constructors in squidpony.squidmath with parameters of type IntSet Constructor Description IntSet(IntSet set)
Creates a new set identical to the specified set.IntSetIterator(IntSet set)