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

/external/nist-sip/java/gov/nist/core/
H A DNameValue.java47 public class NameValue extends GenericObject implements Entry<String,String> { class in inherits:GenericObject,Entry
63 public NameValue() { method in class:NameValue
78 public NameValue(String n, Object v, boolean isFlag) { method in class:NameValue
95 public NameValue(String n, Object v) { method in class:NameValue
213 NameValue retval = (NameValue) super.clone();
226 NameValue that = (NameValue) other;

Completed in 67 milliseconds