org.seasar.doma.internal.util
クラス CompositeIterator<E>
java.lang.Object
org.seasar.doma.internal.util.CompositeIterator<E>
- すべての実装されたインタフェース:
- Iterator<E>
public class CompositeIterator<E>
- extends Object
- implements Iterator<E>
- 作成者:
- taedium
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iterators
protected final List<Iterator<? extends E>> iterators
removableIterator
protected Iterator<? extends E> removableIterator
CompositeIterator
public CompositeIterator(List<Iterator<? extends E>> iterators)
hasNext
public boolean hasNext()
- 定義:
- インタフェース
Iterator<E>
内の hasNext
next
public E next()
- 定義:
- インタフェース
Iterator<E>
内の next
remove
public void remove()
- 定義:
- インタフェース
Iterator<E>
内の remove
getNextIndex
protected Iterator<? extends E> getNextIndex()
Copyright © 2009 The Seasar Foundation. All Rights Reserved.