Methods in gnu.trove with parameters of type TShortCollection |
boolean |
TShortCollection.addAll(TShortCollection collection)
Adds all of the elements in the TShortCollection to the collection. |
boolean |
TShortCollection.containsAll(TShortCollection collection)
Tests the collection to determine if all of the elements in
TShortCollection are present. |
boolean |
TShortCollection.removeAll(TShortCollection collection)
Removes all of the elements in TShortCollection from the collection. |
boolean |
TShortCollection.retainAll(TShortCollection collection)
Removes any values in the collection which are not contained in
TShortCollection. |