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