| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderedMapIterator<K,V>
Defines an iterator that operates over an ordered Map.
 
| Method Summary | |
|---|---|
|  boolean | hasPrevious()Checks to see if there is a previous entry that can be iterated to. | 
|  K | previous()Gets the previous key from the Map. | 
| Methods inherited from interface org.apache.commons.collections.MapIterator | 
|---|
| getKey, getValue, hasNext, next, remove, setValue | 
| Method Detail | 
|---|
boolean hasPrevious()
hasPrevious in interface OrderedIterator<K>true if the iterator has a previous elementK previous()
Map.
previous in interface OrderedIterator<K>NoSuchElementException - if the iteration is finished| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||