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