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