org.stormcat.jvbeans.jvlink
クラス JvDataIterator<T extends JvBindingDto>
java.lang.Object
org.stormcat.jvbeans.jvlink.JvDataIterator<T>
- すべての実装されたインタフェース:
- Iterator<JvContents<T>>
public class JvDataIterator<T extends JvBindingDto>
- extends Object
- implements Iterator<JvContents<T>>
JV-Dataを読みだすためのイテレータです。
- 作成者:
- a.yamada
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JvDataIterator
public JvDataIterator(JvLinkManagerImpl jvLinkManager,
OpenCondition<T> openCondition)
- コンストラクタ
- パラメータ:
jvLinkManager
- JvLinkManagerImpl
openCondition
- データ種別
hasNext
public boolean hasNext()
-
- 定義:
- インタフェース
Iterator<JvContents<T extends JvBindingDto>>
内の hasNext
next
public JvContents<T> next()
-
- 定義:
- インタフェース
Iterator<JvContents<T extends JvBindingDto>>
内の next
remove
public void remove()
-
- 定義:
- インタフェース
Iterator<JvContents<T extends JvBindingDto>>
内の remove
getOpenCondition
public OpenCondition<? extends JvBindingDto> getOpenCondition()
- 戻り値:
- openCondition
Copyright © 2009 The Stormcat Project AllRights Reserved.