Class NameValuePair
java.lang.Object
com.android.dx.rop.annotation.NameValuePair
- All Implemented Interfaces:
Comparable<NameValuePair>
A (name, value) pair. These are used as the contents of an annotation.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NameValuePair
-
-
Method Details
-
toString
-
hashCode
-
equals
-
compareTo
Instances of this class compare in name-major and value-minor order.
- Specified by:
compareTo
in interfaceComparable<NameValuePair>
-
getName
-
getValue
-