Language
Asturianu (ast)
Catal? (ca)
?e?tina (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Espa?ol (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Fran?ais (fr)
G?idhlig (gd)
Galego (gl)
Italiano (it)
Lietuvi? (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Portugu?s [do Brasil] (pt-BR)
Portugu?s [Europeu] (pt)
Rom?n? (ro)
Sloven?ina (sk)
Sloven??ina (sl)
Suomi (fi)
Svenska (sv)
Yкра?нська (uk)
Ti?ng Vi?t (vi)
T?rk?e (tr)
???? (om)
??????? (hy)
Ελληνικ? (el)
български език (bg)
Русский (ru)
Cрпски [?ирилицом] (sr)
????? (he)
?????? (hi)
????????? (km)
????? (ta)
??????? (th)
?体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
??? (ko)
The 解放する/自由な and Open 生産性 控訴
:: com :: sun :: 星/主役にする :: コンテナ ::
interface XEnumeration
Description
供給するs functionality to enumerate the contents of a コンテナ.
An 反対する that 器具/実施するs the XEnumeration interface
生成するs a 一連の elements, one at a time. 連続する calls to
the XEnumeration::nextElement
method return 連続する
elements of the series.
For example (Java), to print all elements of a vector aVect :
for ( XEnumeration xEnum = aVect.elements() ;
xEnum.hasMoreElements() ; )
{
System.out.println( xEnum.nextElement() );
}
If the 反対する changed, the 行為 of the enumeration is
not 明示するd. This is not a remote interface.
Methods' 詳細(に述べる)s
hasMoreElements
boolean
hasMoreElements ();
Description
実験(する)s whether this enumeration 含む/封じ込めるs more elements.
nextElement
Returns
the next element of this enumeration.
Throws
NoSuchElementException
if no more elements 存在する.
Throws
com::sun::星/主役にする::lang::WrappedTargetException
If the 実施 has 内部の 推論する/理由s for exceptions,
then 包む these in a ::com::sun::星/主役にする::lang ::WrappedTargetException
exception.
最高の,を越す of Page Copyright © 2013, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.