public final class GmailThrIdTerm extends SearchTerm
Modifier and Type | Field and Description |
---|---|
protected long |
number
The number.
|
Constructor and Description |
---|
GmailThrIdTerm(long thrId)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equality comparison.
|
long |
getNumber()
Return the number to compare with.
|
int |
hashCode()
Compute a hashCode for this object.
|
protected boolean |
match(long i) |
boolean |
match(Message msg)
The match method.
|
public GmailThrIdTerm(long thrId)
thrId
- the thread IDpublic boolean match(Message msg)
match
in class SearchTerm
msg
- the Message number is matched with this Messagepublic boolean equals(Object obj)
obj
- the object to compare withpublic long getNumber()
protected boolean match(long i)
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.