|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deduced.FixedPropertyInstanceCollection.FixedPropertyListIterator
private class FixedPropertyInstanceCollection.FixedPropertyListIterator

Iterator for the fixed property collection. The returned format is in the form of Property objects
| Field Summary | |
|---|---|
private java.util.Iterator<K> |
keyIterator
iterator used to browse the key list |
| Constructor Summary | |
|---|---|
FixedPropertyInstanceCollection.FixedPropertyListIterator(java.util.Collection<K> keyList)
Iterator constructor |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
(non-Javadoc) |
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 java.util.Iterator<K> keyIterator
| Constructor Detail |
|---|
public FixedPropertyInstanceCollection.FixedPropertyListIterator(java.util.Collection<K> keyList)
keyList - the key list of the collection| Method Detail |
|---|
public void remove()
remove in interface java.util.Iterator<Property<V>>Iterator.remove()public boolean hasNext()
hasNext in interface java.util.Iterator<Property<V>>Iterator.hasNext()public Property<V> next()
next in interface java.util.Iterator<Property<V>>Iterator.next()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||