Dashboard Builder Commons 6.0.0.Beta1

org.jboss.dashboard.database.cache.custom.map
Class AbstractLinkedMap.LinkMapIterator

java.lang.Object
  extended by org.jboss.dashboard.database.cache.custom.map.AbstractLinkedMap.LinkIterator
      extended by org.jboss.dashboard.database.cache.custom.map.AbstractLinkedMap.LinkMapIterator
All Implemented Interfaces:
Iterator, org.apache.commons.collections.MapIterator, org.apache.commons.collections.OrderedIterator, org.apache.commons.collections.OrderedMapIterator, org.apache.commons.collections.ResettableIterator
Enclosing class:
AbstractLinkedMap

protected static class AbstractLinkedMap.LinkMapIterator
extends AbstractLinkedMap.LinkIterator
implements org.apache.commons.collections.OrderedMapIterator

MapIterator implementation.


Field Summary
 
Fields inherited from class org.jboss.dashboard.database.cache.custom.map.AbstractLinkedMap.LinkIterator
expectedModCount, last, next, parent
 
Constructor Summary
protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object next()
           
 Object previous()
           
 Object setValue(Object value)
           
 
Methods inherited from class org.jboss.dashboard.database.cache.custom.map.AbstractLinkedMap.LinkIterator
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, 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.OrderedMapIterator
hasPrevious
 
Methods inherited from interface org.apache.commons.collections.MapIterator
hasNext, remove
 

Constructor Detail

AbstractLinkedMap.LinkMapIterator

protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
Method Detail

next

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

previous

public Object previous()
Specified by:
previous in interface org.apache.commons.collections.OrderedIterator
Specified by:
previous in interface org.apache.commons.collections.OrderedMapIterator

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.