|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.mail.imap.protocol.MessageSet
public class MessageSet
This class holds the 'start' and 'end' for a range of messages
| Field Summary | |
|---|---|
int |
end
|
int |
start
|
| Constructor Summary | |
|---|---|
MessageSet()
|
|
MessageSet(int start,
int end)
|
|
| Method Summary | |
|---|---|
static MessageSet[] |
createMessageSets(int[] msgs)
|
int |
size()
Count the total number of elements in a MessageSet |
static int |
size(MessageSet[] msgsets)
|
static java.lang.String |
toString(MessageSet[] msgsets)
Convert an array of MessageSets into an IMAP sequence range |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int start
public int end
| Constructor Detail |
|---|
public MessageSet()
public MessageSet(int start,
int end)
| Method Detail |
|---|
public int size()
public static MessageSet[] createMessageSets(int[] msgs)
public static java.lang.String toString(MessageSet[] msgsets)
public static int size(MessageSet[] msgsets)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||