|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.sun.mail.imap.Utility
public final class Utility
Holder for some static utility methods.
| 嵌套类摘要 | |
|---|---|
static interface |
Utility.Condition
This interface defines the test to be executed in toMessageSet(). |
| 方法摘要 | |
|---|---|
static MessageSet[] |
toMessageSet(Message[] msgs,
Utility.Condition cond)
Run thru the given array of messages, apply the given Condition on each message and generate sets of contiguous sequence-numbers for the successful messages. |
static UIDSet[] |
toUIDSet(Message[] msgs)
Return UIDSets for the messages. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 方法详细信息 |
|---|
public static MessageSet[] toMessageSet(Message[] msgs,
Utility.Condition cond)
public static UIDSet[] toUIDSet(Message[] msgs)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||