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