|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.dom.PropertyIteratorImpl
public class PropertyIteratorImpl
A sample implementation of the PropertyIterator interface.
| Constructor Summary | |
|---|---|
protected |
PropertyIteratorImpl(java.util.Iterator iterator)
Constructs this iterator as a type-safe wrapper around another iterator. |
| Method Summary | |
|---|---|
boolean |
hasNext()
DOCUMENT ME! |
java.lang.Object |
next()
DOCUMENT ME! |
Property |
nextProperty()
Convenience method that makes this iterator type-safe. |
void |
remove()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected PropertyIteratorImpl(java.util.Iterator iterator)
iterator - DOCUMENT ME!| Method Detail |
|---|
public Property nextProperty()
nextProperty in interface PropertyIteratorpublic 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 | ||||||||