com.sun.mail.imap.protocol
类 MessageSet

java.lang.Object
  继承者 com.sun.mail.imap.protocol.MessageSet

public class MessageSet
extends Object

This class holds the 'start' and 'end' for a range of messages


字段摘要
 int end
           
 int start
           
 
构造方法摘要
MessageSet()
           
MessageSet(int start, int end)
           
 
方法摘要
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
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

start

public int start

end

public int end
构造方法详细信息

MessageSet

public MessageSet()

MessageSet

public MessageSet(int start,
                  int end)
方法详细信息

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 © 2013. All Rights Reserved.