Subversion Repositories javautils

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7 daniel-mar 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!--NewPage-->
3
<HTML>
4
<HEAD>
5
<!-- Generated by javadoc (build 1.6.0_10) on Tue Nov 17 12:13:45 PST 2009 -->
6
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7
<TITLE>
8
E-Index (JavaMail API documentation)
9
</TITLE>
10
 
11
<META NAME="date" CONTENT="2009-11-17">
12
 
13
<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
14
 
15
<SCRIPT type="text/javascript">
16
function windowTitle()
17
{
18
    if (location.href.indexOf('is-external=true') == -1) {
19
        parent.document.title="E-Index (JavaMail API documentation)";
20
    }
21
}
22
</SCRIPT>
23
<NOSCRIPT>
24
</NOSCRIPT>
25
 
26
</HEAD>
27
 
28
<BODY BGCOLOR="white" onload="windowTitle();">
29
<HR>
30
 
31
 
32
<!-- ========= START OF TOP NAVBAR ======= -->
33
<A NAME="navbar_top"><!-- --></A>
34
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36
<TR>
37
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38
<A NAME="navbar_top_firstrow"><!-- --></A>
39
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40
  <TR ALIGN="center" VALIGN="top">
41
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
48
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49
  </TR>
50
</TABLE>
51
</TD>
52
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53
</EM>
54
</TD>
55
</TR>
56
 
57
<TR>
58
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59
&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
60
&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
61
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62
  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63
&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
64
&nbsp;<SCRIPT type="text/javascript">
65
  <!--
66
  if(window==top) {
67
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
68
  }
69
  //-->
70
</SCRIPT>
71
<NOSCRIPT>
72
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
73
</NOSCRIPT>
74
 
75
 
76
</FONT></TD>
77
</TR>
78
</TABLE>
79
<A NAME="skip-navbar_top"></A>
80
<!-- ========= END OF TOP NAVBAR ========= -->
81
 
82
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <HR>
83
<A NAME="_E_"><!-- --></A><H2>
84
<B>E</B></H2>
85
<DL>
86
<DT><A HREF="../com/sun/mail/smtp/SMTPTransport.html#ehlo(java.lang.String)"><B>ehlo(String)</B></A> -
87
Method in class com.sun.mail.smtp.<A HREF="../com/sun/mail/smtp/SMTPTransport.html" title="class in com.sun.mail.smtp">SMTPTransport</A>
88
<DD>Issue the <code>EHLO</code> command.
89
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encode(java.io.OutputStream, java.lang.String)"><B>encode(OutputStream, String)</B></A> -
90
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
91
<DD>Wrap an encoder around the given output stream.
92
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encode(java.io.OutputStream, java.lang.String, java.lang.String)"><B>encode(OutputStream, String, String)</B></A> -
93
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
94
<DD>Wrap an encoder around the given output stream.
95
<DT><A HREF="../javax/mail/internet/InternetAddress.html#encodedPersonal"><B>encodedPersonal</B></A> -
96
Variable in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetAddress.html" title="class in javax.mail.internet">InternetAddress</A>
97
<DD>The RFC 2047 encoded version of the personal name.
98
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encodeText(java.lang.String)"><B>encodeText(String)</B></A> -
99
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
100
<DD>Encode a RFC 822 "text" token into mail-safe form as per
101
 RFC 2047.
102
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encodeText(java.lang.String, java.lang.String, java.lang.String)"><B>encodeText(String, String, String)</B></A> -
103
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
104
<DD>Encode a RFC 822 "text" token into mail-safe form as per
105
 RFC 2047.
106
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encodeWord(java.lang.String)"><B>encodeWord(String)</B></A> -
107
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
108
<DD>Encode a RFC 822 "word" token into mail-safe form as per
109
 RFC 2047.
110
<DT><A HREF="../javax/mail/internet/MimeUtility.html#encodeWord(java.lang.String, java.lang.String, java.lang.String)"><B>encodeWord(String, String, String)</B></A> -
111
Static method in class javax.mail.internet.<A HREF="../javax/mail/internet/MimeUtility.html" title="class in javax.mail.internet">MimeUtility</A>
112
<DD>Encode a RFC 822 "word" token into mail-safe form as per
113
 RFC 2047.
114
<DT><A HREF="../com/sun/mail/imap/IMAPMessage.html#envelope"><B>envelope</B></A> -
115
Variable in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/IMAPMessage.html" title="class in com.sun.mail.imap">IMAPMessage</A>
116
<DD>&nbsp;
117
<DT><A HREF="../javax/mail/FetchProfile.Item.html#ENVELOPE"><B>ENVELOPE</B></A> -
118
Static variable in class javax.mail.<A HREF="../javax/mail/FetchProfile.Item.html" title="class in javax.mail">FetchProfile.Item</A>
119
<DD>This is the Envelope item.
120
<DT><A HREF="../javax/mail/event/MessageChangedEvent.html#ENVELOPE_CHANGED"><B>ENVELOPE_CHANGED</B></A> -
121
Static variable in class javax.mail.event.<A HREF="../javax/mail/event/MessageChangedEvent.html" title="class in javax.mail.event">MessageChangedEvent</A>
122
<DD>The message's envelope (headers, but not body) changed.
123
<DT><A HREF="../javax/mail/internet/HeaderTokenizer.Token.html#EOF"><B>EOF</B></A> -
124
Static variable in class javax.mail.internet.<A HREF="../javax/mail/internet/HeaderTokenizer.Token.html" title="class in javax.mail.internet">HeaderTokenizer.Token</A>
125
<DD>Token type indicating end of input.
126
<DT><A HREF="../javax/mail/search/ComparisonTerm.html#EQ"><B>EQ</B></A> -
127
Static variable in class javax.mail.search.<A HREF="../javax/mail/search/ComparisonTerm.html" title="class in javax.mail.search">ComparisonTerm</A>
128
<DD>&nbsp;
129
<DT><A HREF="../com/sun/mail/imap/Rights.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
130
Method in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/Rights.html" title="class in com.sun.mail.imap">Rights</A>
131
<DD>Check whether the two Rights objects are equal.
132
<DT><A HREF="../javax/mail/Address.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
133
Method in class javax.mail.<A HREF="../javax/mail/Address.html" title="class in javax.mail">Address</A>
134
<DD>The equality operator.
135
<DT><A HREF="../javax/mail/Flags.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
136
Method in class javax.mail.<A HREF="../javax/mail/Flags.html" title="class in javax.mail">Flags</A>
137
<DD>Check whether the two Flags objects are equal.
138
<DT><A HREF="../javax/mail/internet/InternetAddress.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
139
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/InternetAddress.html" title="class in javax.mail.internet">InternetAddress</A>
140
<DD>The equality operator.
141
<DT><A HREF="../javax/mail/internet/NewsAddress.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
142
Method in class javax.mail.internet.<A HREF="../javax/mail/internet/NewsAddress.html" title="class in javax.mail.internet">NewsAddress</A>
143
<DD>The equality operator.
144
<DT><A HREF="../javax/mail/search/AddressStringTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
145
Method in class javax.mail.search.<A HREF="../javax/mail/search/AddressStringTerm.html" title="class in javax.mail.search">AddressStringTerm</A>
146
<DD>Equality comparison.
147
<DT><A HREF="../javax/mail/search/AddressTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
148
Method in class javax.mail.search.<A HREF="../javax/mail/search/AddressTerm.html" title="class in javax.mail.search">AddressTerm</A>
149
<DD>Equality comparison.
150
<DT><A HREF="../javax/mail/search/AndTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
151
Method in class javax.mail.search.<A HREF="../javax/mail/search/AndTerm.html" title="class in javax.mail.search">AndTerm</A>
152
<DD>Equality comparison.
153
<DT><A HREF="../javax/mail/search/BodyTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
154
Method in class javax.mail.search.<A HREF="../javax/mail/search/BodyTerm.html" title="class in javax.mail.search">BodyTerm</A>
155
<DD>Equality comparison.
156
<DT><A HREF="../javax/mail/search/ComparisonTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
157
Method in class javax.mail.search.<A HREF="../javax/mail/search/ComparisonTerm.html" title="class in javax.mail.search">ComparisonTerm</A>
158
<DD>Equality comparison.
159
<DT><A HREF="../javax/mail/search/DateTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
160
Method in class javax.mail.search.<A HREF="../javax/mail/search/DateTerm.html" title="class in javax.mail.search">DateTerm</A>
161
<DD>Equality comparison.
162
<DT><A HREF="../javax/mail/search/FlagTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
163
Method in class javax.mail.search.<A HREF="../javax/mail/search/FlagTerm.html" title="class in javax.mail.search">FlagTerm</A>
164
<DD>Equality comparison.
165
<DT><A HREF="../javax/mail/search/FromStringTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
166
Method in class javax.mail.search.<A HREF="../javax/mail/search/FromStringTerm.html" title="class in javax.mail.search">FromStringTerm</A>
167
<DD>Equality comparison.
168
<DT><A HREF="../javax/mail/search/FromTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
169
Method in class javax.mail.search.<A HREF="../javax/mail/search/FromTerm.html" title="class in javax.mail.search">FromTerm</A>
170
<DD>Equality comparison.
171
<DT><A HREF="../javax/mail/search/HeaderTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
172
Method in class javax.mail.search.<A HREF="../javax/mail/search/HeaderTerm.html" title="class in javax.mail.search">HeaderTerm</A>
173
<DD>Equality comparison.
174
<DT><A HREF="../javax/mail/search/IntegerComparisonTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
175
Method in class javax.mail.search.<A HREF="../javax/mail/search/IntegerComparisonTerm.html" title="class in javax.mail.search">IntegerComparisonTerm</A>
176
<DD>Equality comparison.
177
<DT><A HREF="../javax/mail/search/MessageIDTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
178
Method in class javax.mail.search.<A HREF="../javax/mail/search/MessageIDTerm.html" title="class in javax.mail.search">MessageIDTerm</A>
179
<DD>Equality comparison.
180
<DT><A HREF="../javax/mail/search/MessageNumberTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
181
Method in class javax.mail.search.<A HREF="../javax/mail/search/MessageNumberTerm.html" title="class in javax.mail.search">MessageNumberTerm</A>
182
<DD>Equality comparison.
183
<DT><A HREF="../javax/mail/search/NotTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
184
Method in class javax.mail.search.<A HREF="../javax/mail/search/NotTerm.html" title="class in javax.mail.search">NotTerm</A>
185
<DD>Equality comparison.
186
<DT><A HREF="../javax/mail/search/OrTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
187
Method in class javax.mail.search.<A HREF="../javax/mail/search/OrTerm.html" title="class in javax.mail.search">OrTerm</A>
188
<DD>Equality comparison.
189
<DT><A HREF="../javax/mail/search/ReceivedDateTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
190
Method in class javax.mail.search.<A HREF="../javax/mail/search/ReceivedDateTerm.html" title="class in javax.mail.search">ReceivedDateTerm</A>
191
<DD>Equality comparison.
192
<DT><A HREF="../javax/mail/search/RecipientStringTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
193
Method in class javax.mail.search.<A HREF="../javax/mail/search/RecipientStringTerm.html" title="class in javax.mail.search">RecipientStringTerm</A>
194
<DD>Equality comparison.
195
<DT><A HREF="../javax/mail/search/RecipientTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
196
Method in class javax.mail.search.<A HREF="../javax/mail/search/RecipientTerm.html" title="class in javax.mail.search">RecipientTerm</A>
197
<DD>Equality comparison.
198
<DT><A HREF="../javax/mail/search/SentDateTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
199
Method in class javax.mail.search.<A HREF="../javax/mail/search/SentDateTerm.html" title="class in javax.mail.search">SentDateTerm</A>
200
<DD>Equality comparison.
201
<DT><A HREF="../javax/mail/search/SizeTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
202
Method in class javax.mail.search.<A HREF="../javax/mail/search/SizeTerm.html" title="class in javax.mail.search">SizeTerm</A>
203
<DD>Equality comparison.
204
<DT><A HREF="../javax/mail/search/StringTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
205
Method in class javax.mail.search.<A HREF="../javax/mail/search/StringTerm.html" title="class in javax.mail.search">StringTerm</A>
206
<DD>Equality comparison.
207
<DT><A HREF="../javax/mail/search/SubjectTerm.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
208
Method in class javax.mail.search.<A HREF="../javax/mail/search/SubjectTerm.html" title="class in javax.mail.search">SubjectTerm</A>
209
<DD>Equality comparison.
210
<DT><A HREF="../javax/mail/URLName.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
211
Method in class javax.mail.<A HREF="../javax/mail/URLName.html" title="class in javax.mail">URLName</A>
212
<DD>Compares two URLNames.
213
<DT><A HREF="../com/sun/mail/imap/IMAPFolder.html#exists"><B>exists</B></A> -
214
Variable in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/IMAPFolder.html" title="class in com.sun.mail.imap">IMAPFolder</A>
215
<DD>&nbsp;
216
<DT><A HREF="../com/sun/mail/imap/IMAPFolder.html#exists()"><B>exists()</B></A> -
217
Method in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/IMAPFolder.html" title="class in com.sun.mail.imap">IMAPFolder</A>
218
<DD>Check whether this folder really exists on the server.
219
<DT><A HREF="../com/sun/mail/pop3/POP3Folder.html#exists()"><B>exists()</B></A> -
220
Method in class com.sun.mail.pop3.<A HREF="../com/sun/mail/pop3/POP3Folder.html" title="class in com.sun.mail.pop3">POP3Folder</A>
221
<DD>Always true for the folder "INBOX", always false for
222
 any other name.
223
<DT><A HREF="../javax/mail/Folder.html#exists()"><B>exists()</B></A> -
224
Method in class javax.mail.<A HREF="../javax/mail/Folder.html" title="class in javax.mail">Folder</A>
225
<DD>Tests if this folder physically exists on the Store.
226
<DT><A HREF="../com/sun/mail/imap/IMAPFolder.html#expunge()"><B>expunge()</B></A> -
227
Method in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/IMAPFolder.html" title="class in com.sun.mail.imap">IMAPFolder</A>
228
<DD>Expunge all messages marked as DELETED.
229
<DT><A HREF="../com/sun/mail/imap/IMAPFolder.html#expunge(javax.mail.Message[])"><B>expunge(Message[])</B></A> -
230
Method in class com.sun.mail.imap.<A HREF="../com/sun/mail/imap/IMAPFolder.html" title="class in com.sun.mail.imap">IMAPFolder</A>
231
<DD>Expunge the indicated messages, which must have been marked as DELETED.
232
<DT><A HREF="../com/sun/mail/pop3/POP3Folder.html#expunge()"><B>expunge()</B></A> -
233
Method in class com.sun.mail.pop3.<A HREF="../com/sun/mail/pop3/POP3Folder.html" title="class in com.sun.mail.pop3">POP3Folder</A>
234
<DD>Always throws <code>MethodNotSupportedException</code>
235
 because the POP3 protocol doesn't support expunging messages
236
 without closing the folder; call the <A HREF="../com/sun/mail/pop3/POP3Folder.html#close(boolean)"><CODE>close</CODE></A> method
237
 with the <code>expunge</code> argument set to <code>true</code>
238
 instead.
239
<DT><A HREF="../javax/mail/Folder.html#expunge()"><B>expunge()</B></A> -
240
Method in class javax.mail.<A HREF="../javax/mail/Folder.html" title="class in javax.mail">Folder</A>
241
<DD>Expunge (permanently remove) messages marked DELETED.
242
<DT><A HREF="../javax/mail/Message.html#expunged"><B>expunged</B></A> -
243
Variable in class javax.mail.<A HREF="../javax/mail/Message.html" title="class in javax.mail">Message</A>
244
<DD>True if this message has been expunged.
245
</DL>
246
<HR>
247
 
248
 
249
<!-- ======= START OF BOTTOM NAVBAR ====== -->
250
<A NAME="navbar_bottom"><!-- --></A>
251
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
252
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
253
<TR>
254
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
255
<A NAME="navbar_bottom_firstrow"><!-- --></A>
256
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
257
  <TR ALIGN="center" VALIGN="top">
258
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
259
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
260
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
261
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
262
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
263
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
264
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
265
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
266
  </TR>
267
</TABLE>
268
</TD>
269
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
270
</EM>
271
</TD>
272
</TR>
273
 
274
<TR>
275
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
276
&nbsp;<A HREF="index-4.html"><B>PREV LETTER</B></A>&nbsp;
277
&nbsp;<A HREF="index-6.html"><B>NEXT LETTER</B></A></FONT></TD>
278
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
279
  <A HREF="../index.html?index-filesindex-5.html" target="_top"><B>FRAMES</B></A>  &nbsp;
280
&nbsp;<A HREF="index-5.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
281
&nbsp;<SCRIPT type="text/javascript">
282
  <!--
283
  if(window==top) {
284
    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
285
  }
286
  //-->
287
</SCRIPT>
288
<NOSCRIPT>
289
  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
290
</NOSCRIPT>
291
 
292
 
293
</FONT></TD>
294
</TR>
295
</TABLE>
296
<A NAME="skip-navbar_bottom"></A>
297
<!-- ======== END OF BOTTOM NAVBAR ======= -->
298
 
299
<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">D</A> <A HREF="index-5.html">E</A> <A HREF="index-6.html">F</A> <A HREF="index-7.html">G</A> <A HREF="index-8.html">H</A> <A HREF="index-9.html">I</A> <A HREF="index-10.html">J</A> <A HREF="index-11.html">K</A> <A HREF="index-12.html">L</A> <A HREF="index-13.html">M</A> <A HREF="index-14.html">N</A> <A HREF="index-15.html">O</A> <A HREF="index-16.html">P</A> <A HREF="index-17.html">Q</A> <A HREF="index-18.html">R</A> <A HREF="index-19.html">S</A> <A HREF="index-20.html">T</A> <A HREF="index-21.html">U</A> <A HREF="index-22.html">V</A> <A HREF="index-23.html">W</A> <A HREF="index-24.html">X</A> <HR>
300
Copyright &#169; 2009 <a href="http://www.sun.com">Sun Microsystems, Inc.</a>. All Rights Reserved.
301
</BODY>
302
</HTML>