public final class ModifiedSinceTerm extends SearchTerm
Modifier and Type | Field and Description |
---|---|
private long |
modseq |
private static long |
serialVersionUID |
Constructor and Description |
---|
ModifiedSinceTerm(long modseq)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equality comparison.
|
long |
getModSeq()
Return the modseq.
|
int |
hashCode()
Compute a hashCode for this object.
|
boolean |
match(Message msg)
The match method.
|
private long modseq
private static final long serialVersionUID
public ModifiedSinceTerm(long modseq)
modseq
- modification sequence numberpublic long getModSeq()
public boolean match(Message msg)
match
in class SearchTerm
msg
- the date comparator is applied to this Message's
MODSEQpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object