|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--viceroy.misc.typeSafeCollections.TypeSafeMapEntrySet.TypeSafeMapEntryIterator
Inner class which implements java.util.Iterator. Wraps all returned Map.Entry objects by with a type safe Map.Entry wrapper. Is backed by another implementation of Iterator.
| Field Summary | |
private java.util.Iterator |
_it
|
| Constructor Summary | |
private |
TypeSafeMapEntrySet.TypeSafeMapEntryIterator(java.util.Iterator it)
|
| Method Summary | |
boolean |
hasNext()
see java.util.Iterator |
java.lang.Object |
next()
See java.util.Iterator Wraps the original Map.Entry with a type safe Map.Entry wrapper |
void |
remove()
See java.util.Iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.util.Iterator _it
| Constructor Detail |
private TypeSafeMapEntrySet.TypeSafeMapEntryIterator(java.util.Iterator it)
| Method Detail |
public boolean hasNext()
hasNext in interface java.util.Iteratorpublic java.lang.Object next()
next in interface java.util.Iteratorpublic void remove()
remove in interface java.util.Iterator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||