org.seasar.util.convert
クラス TimestampConversionUtil.DateFormatIterator

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

protected static class TimestampConversionUtil.DateFormatIterator
extends Object
implements Iterator<DateFormat>

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

作成者:
koichik

フィールドの概要
protected  int index
          現在のスタイルを示すインデックス
protected  Locale locale
          ロケール
 
コンストラクタの概要
TimestampConversionUtil.DateFormatIterator(Locale locale)
          インスタンスを構築します。
 
メソッドの概要
 boolean hasNext()
           
 DateFormat next()
           
 void remove()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

locale

protected final Locale locale
ロケール


index

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

コンストラクタの詳細

TimestampConversionUtil.DateFormatIterator

public TimestampConversionUtil.DateFormatIterator(Locale locale)
インスタンスを構築します。

パラメータ:
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.