Class BitIntSet
java.lang.Object
com.android.dx.util.BitIntSet
- All Implemented Interfaces:
IntSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int value) Adds an int to a setint
elements()
Returns the count of unique elements in this set.boolean
has
(int value) Checks to see if a value is in the setiterator()
Iterates the setvoid
Mergesother
into this set, so this set becomes the union of the two.void
remove
(int value) Removes an int from a set.toString()