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.java25 public final class CstArray extends Constant { class in inherits:Constant
34 public CstArray(List list) { method in class:CstArray
47 if (! (other instanceof CstArray)) {
51 return list.equals(((CstArray) other).list);
63 return list.compareTo(((CstArray) other).list);

Completed in 108 milliseconds