| Package | Description |
|---|---|
| com.slimjars.dist.gnu.trove |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIntCollection.addAll(TIntCollection
Adds all of the elements in the
TIntCollection to the collection.
|
boolean |
TIntCollection.containsAll(TIntCollection
Tests the collection to determine if all of the elements in
TIntCollection are present.
|
boolean |
TIntCollection.removeAll(TIntCollection
Removes all of the elements in
TIntCollection from the collection.
|
boolean |
TIntCollection.retainAll(TIntCollection
Removes any values in the collection which are not contained in
TIntCollection.
|