public class NV extends Object implements Serializable, Comparable<NV>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(NV o)
Places into order by
name . |
static NV[] |
concat(NV[] a,
NV[] b)
Combines the two arrays, appending the contents of the 2nd array to the
contents of the first array.
|
boolean |
equals(Object o) |
String |
getName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public NV(String name, String value)
IllegalArgumentException
- if the name is null
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.