public class FieldList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<Field>
| Constructor and Description |
|---|
FieldList()
Creates a new instance of the FieldList class.
|
FieldList(long handle)
Creates a new instance of the FieldList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the list.
|
void |
close()
Releases all resources used by this FieldList.
|
protected void |
finalize()
Finalizer for this class.
|
Field |
get(int index)
Gets an item of the FieldList object.
|
int |
getCount()
Gets the number of elements in the FieldList object.
|
long |
getHandle()
Gets the native handle.
|
java.util.Iterator<Field> |
iterator() |
public FieldList()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public FieldList(long handle)
throws BiosealException
handle - Handle to the FieldList.BiosealException - An error has occurred during Bioseal Library execution.public void close()
close in interface java.lang.AutoCloseableprotected void finalize()
finalize in class java.lang.Objectpublic long getHandle()
public Field get(int index) throws BiosealException
index - Index of the Field item to get.BiosealException - An error has occurred during Bioseal Library execution.public int getCount()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public void clear()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal