Dashboard Builder Commons 6.0.0.Beta1

org.jboss.dashboard.database.cache.custom.map
Class AbstractHashedMap.HashMapIterator

java.lang.Object
  extended by org.jboss.dashboard.database.cache.custom.map.AbstractHashedMap.HashIterator
      extended by org.jboss.dashboard.database.cache.custom.map.AbstractHashedMap.HashMapIterator
All Implemented Interfaces:
Iterator, org.apache.commons.collections.MapIterator
Enclosing class:
AbstractHashedMap

protected static class AbstractHashedMap.HashMapIterator
extends AbstractHashedMap.HashIterator
implements org.apache.commons.collections.MapIterator

MapIterator implementation.


Field Summary
 
Fields inherited from class org.jboss.dashboard.database.cache.custom.map.AbstractHashedMap.HashIterator
expectedModCount, hashIndex, last, next, parent
 
Constructor Summary
protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object next()
           
 Object setValue(Object value)
           
 
Methods inherited from class org.jboss.dashboard.database.cache.custom.map.AbstractHashedMap.HashIterator
currentEntry, hasNext, nextEntry, remove, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.commons.collections.MapIterator
hasNext, remove
 

Constructor Detail

AbstractHashedMap.HashMapIterator

protected AbstractHashedMap.HashMapIterator(AbstractHashedMap parent)
Method Detail

next

public Object next()
Specified by:
next in interface Iterator
Specified by:
next in interface org.apache.commons.collections.MapIterator

getKey

public Object getKey()
Specified by:
getKey in interface org.apache.commons.collections.MapIterator

getValue

public Object getValue()
Specified by:
getValue in interface org.apache.commons.collections.MapIterator

setValue

public Object setValue(Object value)
Specified by:
setValue in interface org.apache.commons.collections.MapIterator

Dashboard Builder Commons 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.