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

/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DNameValuePair.java26 public final class NameValuePair implements Comparable<NameValuePair> { class in inherits:Comparable
39 public NameValuePair(CstUtf8 name, Constant value) { method in class:NameValuePair
69 if (! (other instanceof NameValuePair)) {
73 NameValuePair otherPair = (NameValuePair) other;
85 public int compareTo(NameValuePair other) {
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DNameValuePair.java25 public final class NameValuePair implements Comparable<NameValuePair> { class in inherits:Comparable
38 public NameValuePair(CstString name, Constant value) { method in class:NameValuePair
63 if (! (other instanceof NameValuePair)) {
67 NameValuePair otherPair = (NameValuePair) other;
79 public int compareTo(NameValuePair other) {

Completed in 67 milliseconds