jp.liq.container.util
クラス ArrayIterator<T>

java.lang.Object
  上位を拡張 jp.liq.container.util.ArrayIterator<T>
すべての実装されたインタフェース:
java.util.Iterator<T>

public class ArrayIterator<T>
extends java.lang.Object
implements java.util.Iterator<T>


コンストラクタの概要
ArrayIterator(T[] array)
           
 
メソッドの概要
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ArrayIterator

public ArrayIterator(T[] array)
メソッドの詳細

hasNext

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

next

public T next()
定義:
インタフェース java.util.Iterator<T> 内の next

remove

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


Copyright © 2008. All Rights Reserved.