org.seasar.framework.util
クラス ArrayIterator
java.lang.Object
org.seasar.framework.util.ArrayIterator
- すべての実装インタフェース:
- Iterator
- public class ArrayIterator
- extends Object
- implements Iterator
- 作成者:
- shot
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayIterator
public ArrayIterator(Object[] items)
hasNext
public boolean hasNext()
- 定義:
- インタフェース
Iterator
内の hasNext
next
public Object next()
- 定義:
- インタフェース
Iterator
内の next
remove
public void remove()
- 定義:
- インタフェース
Iterator
内の remove
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.