org.apache.commons.collections.map
Class AbstractHashedMap.HashIterator
java.lang.Object
org.apache.commons.collections.map.AbstractHashedMap.HashIterator
- AbstractHashedMap
- Iterator
protected static abstract class AbstractHashedMap.HashIterator
extends java.lang.Object
implements Iterator
Base Iterator
expectedModCount
protected int expectedModCount
The modification count expected
hashIndex
protected int hashIndex
The current index into the array of buckets
hasNext
public boolean hasNext()
remove
public void remove()
toString
public String toString()
Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.