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 IntSetIntSet. with(int... array)static IntSetIntSet. with(IntVLA array)Methods in squidpony.squidmath with parameters of type IntSet Modifier and Type Method Description voidIntSet. addAll(IntSet set)voidIntVLA. 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)