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