public class PrimitiveIntSet
extends Object
Constructor and Description |
---|
PrimitiveIntSet() |
PrimitiveIntSet(int capacity) |
Modifier and Type | Method and Description |
---|---|
void |
add(int value) |
void |
addAll(int[] values) |
int[] |
getArray() |
int |
size() |