-
remove(short) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes
entry from the collection.
-
removeAll(Collection<?>) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes all of the elements in
collection from the collection.
-
removeAll(TShortCollection) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes all of the elements in
TShortCollection from the collection.
-
removeAll(short[]) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes all of the elements in
array from the collection.
-
retainAll(Collection<?>) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes any values in the collection which are not contained in
collection.
-
retainAll(TShortCollection) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes any values in the collection which are not contained in
TShortCollection.
-
retainAll(short[]) - Method in interface com
.slimjars
.dist
.gnu
.trove
.
TShortCollection
-
Removes any values in the collection which are not contained in
array.