class JdapiAllPropertyIterator extends java.lang.Object implements JdapiIterator
| Constructor and Description |
|---|
JdapiAllPropertyIterator(JdapiMetaProperty[] propertyArray1,
JdapiMetaProperty[] propertyArray2,
JdapiMetaProperty[] propertyArray3,
JdapiMetaProperty[] propertyArray4,
JdapiMetaProperty[] propertyArray5)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
goLast()
Moves the iterator to the end of the list.
|
void |
goStart()
Moves the iterator to the start of the list.
|
boolean |
hasNext()
Returns true if the iteration has more elements.
|
boolean |
hasPrevious()
Returns true if the iteration has previous elements.
|
java.lang.Object |
next()
Gets the next object.
|
java.lang.Object |
previous()
Gets the previous object.
|
void |
remove()
Removes the current object from the iteration.
|
JdapiAllPropertyIterator(JdapiMetaProperty[] propertyArray1, JdapiMetaProperty[] propertyArray2, JdapiMetaProperty[] propertyArray3, JdapiMetaProperty[] propertyArray4, JdapiMetaProperty[] propertyArray5)
propertyArray1 - array of metaproperties from metadata for
the requested objectpropertyArray2 - array of more metaproperties from metadata for
the requested objectpropertyArray3 - array of more metaproperties from metadata for
the requested objectpropertyArray4 - array of more metaproperties from metadata for
the requested objectpropertyArray5 - array of more metaproperties from metadata for
the requested objectpublic void goLast()
goLast in interface JdapiIteratorpublic void goStart()
goStart in interface JdapiIteratorpublic boolean hasNext()
hasNext in interface java.util.IteratorhasNext in interface JdapiIteratorpublic boolean hasPrevious()
hasPrevious in interface JdapiIteratorpublic java.lang.Object next()
next in interface java.util.Iteratornext in interface JdapiIteratorpublic java.lang.Object previous()
previous in interface JdapiIteratorpublic void remove()
remove in interface java.util.Iteratorremove in interface JdapiIterator