com.sun.mail.imap.protocol
Class MessageSet

java.lang.Object
  extended by com.sun.mail.imap.protocol.MessageSet

public class MessageSet
extends Object

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 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

start

public int start

end

public int end
Constructor Detail

MessageSet

public MessageSet()

MessageSet

public MessageSet(int start,
                  int end)
Method Detail

size

public int size()
Count the total number of elements in a MessageSet


createMessageSets

public static MessageSet[] createMessageSets(int[] msgs)

toString

public static String toString(MessageSet[] msgsets)
Convert an array of MessageSets into an IMAP sequence range


size

public static int size(MessageSet[] msgsets)


Copyright © 2012 Oracle. All Rights Reserved.