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