Package | Description |
---|---|
edu.ucla.sspace.util.primitive |
Modifier and Type | Method and Description |
---|---|
boolean |
CompactIntSet.addAll(CompactIntSet ints)
Adds to this set all of the elements that are contained in the specified
CompactIntSet if not already present, using an CompactIntSet -optimized
process. |
boolean |
CompactIntSet.removeAll(CompactIntSet ints)
Removes from this set all of the elements that are contained in the
specified
CompactIntSet using an CompactIntSet -optimized process. |
boolean |
CompactIntSet.retainAll(CompactIntSet ints)
Retains only the elements in this set that are contained in the specified
CompactIntSet using an CompactIntSet -optimized process. |
Copyright © 2012. All Rights Reserved.