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 JdapiIterator
public void goStart()
goStart
in interface JdapiIterator
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in interface JdapiIterator
public boolean hasPrevious()
hasPrevious
in interface JdapiIterator
public java.lang.Object next()
next
in interface java.util.Iterator
next
in interface JdapiIterator
public java.lang.Object previous()
previous
in interface JdapiIterator
public void remove()
remove
in interface java.util.Iterator
remove
in interface JdapiIterator