org.seasar.util.collection
クラス ArrayMap.ArrayMapIterator
java.lang.Object
org.seasar.util.collection.ArrayMap.ArrayMapIterator
- すべての実装されたインタフェース:
- Iterator<ArrayMap.Entry<K,V>>
- 含まれているクラス:
- ArrayMap<K,V>
protected class ArrayMap.ArrayMapIterator
- extends Object
- implements Iterator<ArrayMap.Entry<K,V>>
ArrayMap
用のIterator
です。
フィールドの概要 |
protected int |
current
現在のインデックス |
protected int |
last
最後にアクセスした要素のインデックス |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
current
protected int current
- 現在のインデックス
last
protected int last
- 最後にアクセスした要素のインデックス
ArrayMap.ArrayMapIterator
protected ArrayMap.ArrayMapIterator()
hasNext
public boolean hasNext()
- 定義:
- インタフェース
Iterator<ArrayMap.Entry<K,V>>
内の hasNext
next
public ArrayMap.Entry<K,V> next()
- 定義:
- インタフェース
Iterator<ArrayMap.Entry<K,V>>
内の next
remove
public void remove()
- 定義:
- インタフェース
Iterator<ArrayMap.Entry<K,V>>
内の remove
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.