org.jboss.dashboard.database.cache.custom.map
Class AbstractLinkedMap.LinkMapIterator
java.lang.Object
org.jboss.dashboard.database.cache.custom.map.AbstractLinkedMap.LinkIterator
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.
| Methods inherited from interface org.apache.commons.collections.OrderedMapIterator |
hasPrevious |
| Methods inherited from interface org.apache.commons.collections.MapIterator |
hasNext, remove |
AbstractLinkedMap.LinkMapIterator
protected AbstractLinkedMap.LinkMapIterator(AbstractLinkedMap parent)
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
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.