| Constructor and Description |
|---|
ImmutableIntSet(int value) |
ImmutableIntSet(int[] values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(int value) |
boolean |
addAll(int[] values) |
boolean |
contains(int value) |
boolean |
equals(Object other) |
int[] |
getAll() |
int |
hashCode() |
int |
size() |
Copyright © 2012–2015. All rights reserved.