|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deduced.PropertyValueMapEntryIterator<K,V>
K - the type of keys in the value mapV - the type of values in the mapclass PropertyValueMapEntryIterator<K,V>

Class used to browse a property collection that returns a Map.Entry object as next(). The value held in the map entry is the value held by the property in the property collection
| Field Summary | |
|---|---|
private PropertyCollection<K,V> |
collection
the property collection represented by this Iterator |
private java.util.Iterator<K> |
keyIterator
the iterator browsing the actual collection |
| Constructor Summary | |
|---|---|
PropertyValueMapEntryIterator(PropertyCollection<K,V> setCollection)
constructor |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
(non-Javadoc) |
java.util.Map.Entry<K,V> |
next()
(non-Javadoc) |
void |
remove()
(non-Javadoc) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private PropertyCollection<K,V> collection
private java.util.Iterator<K> keyIterator
| Constructor Detail |
|---|
public PropertyValueMapEntryIterator(PropertyCollection<K,V> setCollection)
setCollection - the property collection represented by this Iterator| Method Detail |
|---|
public void remove()
remove in interface java.util.Iterator<java.util.Map.Entry<K,V>>Iterator.remove()public boolean hasNext()
hasNext in interface java.util.Iterator<java.util.Map.Entry<K,V>>Iterator.hasNext()public java.util.Map.Entry<K,V> next()
next in interface java.util.Iterator<java.util.Map.Entry<K,V>>Iterator.next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||