public final class NameValuePair extends Object implements Comparable<NameValuePair>
| Constructor and Description |
|---|
NameValuePair(CstString name,
Constant value)
Construct an instance.
|
public int compareTo(NameValuePair other)
Instances of this class compare in name-major and value-minor order.
compareTo in interface Comparable<NameValuePair>public CstString getName()
non-null; the namepublic Constant getValue()
non-null; the valueCopyright © 2014. All Rights Reserved.