Searched defs:BitIntSet (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
H A DBitIntSet.java24 public class BitIntSet implements IntSet { class in inherits:IntSet
34 public BitIntSet(int max) { method in class:BitIntSet
72 if (other instanceof BitIntSet) {
73 BitIntSet o = (BitIntSet) other;
/dalvik/dx/src/com/android/dx/util/
H A DBitIntSet.java24 public class BitIntSet implements IntSet { class in inherits:IntSet
34 public BitIntSet(int max) { method in class:BitIntSet
76 if (other instanceof BitIntSet) {
77 BitIntSet o = (BitIntSet) other;

Completed in 2122 milliseconds