|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deduced.PropertyMapEntryIterator<K,V>
K
- the type of keys in the mapV
- the type of values in the mapclass PropertyMapEntryIterator<K,V>
Iterator used to browse a property collection and return map entry objects in which the value is a property object.
Field Summary | |
---|---|
private PropertyCollection<K,V> |
collection
the collection to browse |
private java.util.Iterator<K> |
keyIterator
the iterator in the actual collection |
Constructor Summary | |
---|---|
PropertyMapEntryIterator(PropertyCollection<K,V> setCollection)
constructor |
Method Summary | |
---|---|
boolean |
hasNext()
(non-Javadoc) |
java.util.Map.Entry<K,Property<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 PropertyMapEntryIterator(PropertyCollection<K,V> setCollection)
setCollection
- the collection to browseMethod Detail |
---|
public void remove()
remove
in interface java.util.Iterator<java.util.Map.Entry<K,Property<V>>>
Iterator.remove()
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.util.Map.Entry<K,Property<V>>>
Iterator.hasNext()
public java.util.Map.Entry<K,Property<V>> next()
next
in interface java.util.Iterator<java.util.Map.Entry<K,Property<V>>>
Iterator.next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |