org.seasar.util.convert
クラス TimeConversionUtil.PlainDateFormatIterator

java.lang.Object
  上位を拡張 org.seasar.util.convert.TimeConversionUtil.PlainDateFormatIterator
すべての実装されたインタフェース:
Iterator<DateFormat>
含まれているクラス:
TimeConversionUtil

protected static class TimeConversionUtil.PlainDateFormatIterator
extends Object
implements Iterator<DateFormat>

ロケールが持つスタイルに対応するDateFormatを反復するIteratorです。

作成者:
koichik

フィールドの概要
protected  int index
          現在のスタイルを示すインデックス
protected  Locale locale
          ロケール
protected  String src
          変換元の文字列
 
コンストラクタの概要
TimeConversionUtil.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
 

フィールドの詳細

src

protected final String src
変換元の文字列


locale

protected final Locale locale
ロケール


index

protected int index
現在のスタイルを示すインデックス

コンストラクタの詳細

TimeConversionUtil.PlainDateFormatIterator

public TimeConversionUtil.PlainDateFormatIterator(String src,
                                                  Locale locale)
インスタンスを構築します。

パラメータ:
src - 変換後の文字列
locale - ロケール
メソッドの詳細

hasNext

public boolean hasNext()
定義:
インタフェース Iterator<DateFormat> 内の hasNext

next

public DateFormat next()
定義:
インタフェース Iterator<DateFormat> 内の next

remove

public void remove()
定義:
インタフェース Iterator<DateFormat> 内の remove


Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.