| java.lang.Object |
| ↳ |
com.google.code.com.sun.mail.imap.protocol.UIDSet |
Class Overview
This class holds the 'start' and 'end' for a range of UIDs.
Just like MessageSet except using long instead of int.
Summary
| Fields |
|
public
long |
end |
|
|
public
long |
start |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
UIDSet
(long start, long end)
Public Methods
public
static
UIDSet[]
createUIDSets
(long[] msgs)
public
static
long
size
(UIDSet[] msgsets)
public
long
size
()
Count the total number of elements in a UIDSet
public
static
String
toString
(UIDSet[] msgsets)
Convert an array of UIDSets into an IMAP sequence range