Class ListIntSet
java.lang.Object
com.android.dx.util.ListIntSet
- All Implemented Interfaces:
IntSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int value) Adds an int to a setintelements()Returns the count of unique elements in this set.booleanhas(int value) Checks to see if a value is in the setiterator()Iterates the setvoidMergesotherinto this set, so this set becomes the union of the two.voidremove(int value) Removes an int from a set.toString()