@Immutable public final class XPathFunctionKey extends Object implements Comparable<XPathFunctionKey>
| Constructor and Description |
|---|
XPathFunctionKey(QName aFunctionName,
int nArity)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(XPathFunctionKey o) |
boolean |
equals(Object o) |
int |
getArity() |
QName |
getFunctionName() |
int |
hashCode() |
String |
toString() |
public XPathFunctionKey(@Nonnull QName aFunctionName, @Nonnegative int nArity)
aFunctionName - Function name. May not be null.nArity - The number of parameters the function takes. Must be ≥ 0.@Nonnegative public int getArity()
public int compareTo(@Nonnull XPathFunctionKey o)
compareTo in interface Comparable<XPathFunctionKey>Copyright © 2014–2016 Philip Helger. All rights reserved.