public interface MutableLongSet extends LongSet
Modifier and Type | Method and Description |
---|---|
boolean |
add(long i)
Add an integer value to this set.
|
boolean |
addAll(LongSet set)
Add all members of set to this.
|
void |
copySet(LongSet set)
Set the value of this to be the same as the value of set
|
void |
intersectWith(LongSet set)
Interset this with another set.
|
void |
remove(long i)
Remove an integer from this set.
|
contains, containsAny, foreach, foreachExcluding, intersection, isEmpty, isSubset, longIterator, max, sameValue, size
void copySet(LongSet set)
boolean addAll(LongSet set)
boolean add(long i)
void remove(long i)
void intersectWith(LongSet set)