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

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstArray.java26 public final class CstArray extends Constant { class in inherits:Constant
35 public CstArray(List list) { method in class:CstArray
48 if (! (other instanceof CstArray)) {
52 return list.equals(((CstArray) other).list);
64 return list.compareTo(((CstArray) other).list);
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstArray.java24 public final class CstArray extends Constant { class in inherits:Constant
33 public CstArray(List list) { method in class:CstArray
46 if (! (other instanceof CstArray)) {
50 return list.equals(((CstArray) other).list);
62 return list.compareTo(((CstArray) other).list);

Completed in 77 milliseconds