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