|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.util.convert.TimestampConversionUtil.PlainDateFormatIterator
protected static class TimestampConversionUtil.PlainDateFormatIterator
ロケールが持つスタイルに対応するDateFormat
を反復するIterator
です。
フィールドの概要 | |
---|---|
protected int |
index
現在のスタイルを示すインデックス |
protected Locale |
locale
ロケール |
protected String |
src
変換元の文字列 |
コンストラクタの概要 | |
---|---|
TimestampConversionUtil.PlainDateFormatIterator(String src,
Locale locale)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
boolean |
hasNext()
|
DateFormat |
next()
|
void |
remove()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final String src
protected final Locale locale
protected int index
コンストラクタの詳細 |
---|
public TimestampConversionUtil.PlainDateFormatIterator(String src, Locale locale)
src
- 変換後の文字列locale
- ロケールメソッドの詳細 |
---|
public boolean hasNext()
Iterator<DateFormat>
内の hasNext
public DateFormat next()
Iterator<DateFormat>
内の next
public void remove()
Iterator<DateFormat>
内の remove
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |