public class JmafIntArray2IntegerHashSet
extends java.lang.Object
int
numbers into hash sets with Integer
elements.
This class cashes converted arrays along with corresponding hash sets.
If conversion for the same array (in the sense of reference) is required once more, then cashed hash table is returned.Constructor | Description |
---|---|
JmafIntArray2IntegerHashSet() |
Modifier and Type | Method | Description |
---|---|---|
static gnu.trove.TIntHashSet |
convert(int[] intArray) |
Converts given array with
int numbers into TIntHashSet from trove collection |