Class AttributeListIterator
java.lang.Object
com.sparsity.sparksee.gdb.AttributeListIterator
-
Method Summary
Modifier and TypeMethodDescriptionGet the current attribute Name if it's available or an empty string otherwise.voidgetCurrentValue(Value value) Get the value for the current attribute if it's available or set it Null otherwise.booleanhasNext()Gets if there are more elements.next()See nextAttribute().intGets the next element.voidremove()Operation not supported.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Method Details
-
next
-
getCurrentName
Get the current attribute Name if it's available or an empty string otherwise. -
hasNext
-
nextAttribute
public int nextAttribute()Gets the next element. -
remove
-
getCurrentValue
Get the value for the current attribute if it's available or set it Null otherwise.- Parameters:
value- [in|out] The Value will be set to the current attribute value or as a Null Value.
-