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