org.apache.commons.collections.map
Class AbstractLinkedMap.EntrySetIterator
java.lang.Object
|
+--org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
|
+--org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
- All Implemented Interfaces:
- Iterator, OrderedIterator, ResettableIterator
- Direct Known Subclasses:
- AbstractLinkedMap.KeySetIterator
- Enclosing class:
- AbstractLinkedMap
- protected static class AbstractLinkedMap.EntrySetIterator
- extends AbstractLinkedMap.LinkIterator
EntrySet iterator.
AbstractLinkedMap.EntrySetIterator
protected AbstractLinkedMap.EntrySetIterator(AbstractLinkedMap parent)
next
public Object next()
previous
public Object previous()
- Description copied from interface:
OrderedIterator
- Gets the previous element from the collection.
- Following copied from interface:
org.apache.commons.collections.OrderedIterator
- Returns:
- the previous key in the iteration
- Throws:
NoSuchElementException
- if the iteration is finished
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.