public final class NVPair extends Object
Constructor and Description |
---|
NVPair(NVPair p)
Creates a copy of a given name/value pair.
|
NVPair(String name,
String value)
Creates a new name/value pair and initializes it to the
specified name and value.
|
public NVPair(String name, String value)
name
- the namevalue
- the valuepublic NVPair(NVPair p)
p
- the name/value pair to copyCopyright © 2000-2014. All Rights Reserved.