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