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