public final class DateValueNode extends AbstractValueNode<Date>
Date
.EMPTY_NODE
Constructor and Description |
---|
DateValueNode(Date content)
Constructs a new Date value node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
concat, endsWith, eq, getContent, greaterThan, in, inStrings, inSubQuery, lesserThan, notEq, startsWith
public DateValueNode(Date content)
content
- the content of the node.public boolean equals(Object o)
equals
in class AbstractValueNode<Date>
public int hashCode()
hashCode
in class AbstractValueNode<Date>
Copyright © 2004–2022 XWiki. All rights reserved.