public class ExtensionList extends java.lang.Object implements java.lang.AutoCloseable, java.io.Serializable, java.lang.Iterable<Extension>
| Constructor and Description |
|---|
ExtensionList()
Creates a new instance of the ExtensionList class.
|
ExtensionList(long handle)
Creates a new instance of the ExtensionList class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear the list.
|
void |
close()
Releases all resources used by this ExtensionList.
|
boolean |
containsKey(java.lang.String key)
Determines whether the ExtensionListobject contains the specified key.
|
protected void |
finalize()
Finalizer for this class.
|
Extension |
get(java.lang.String key)
Gets an item of the ExtensionList object.
|
int |
getCount()
Gets the number of elements in the ExtensionList object.
|
long |
getHandle()
Gets the native handle.
|
StringArray |
getKeys()
Gets the gets a string list containing the keys in the dict.
|
java.util.Iterator<Extension> |
iterator() |
public ExtensionList()
throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public ExtensionList(long handle)
throws BiosealException
handle - Handle to the ExtensionList.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 StringArray getKeys() throws BiosealException
BiosealException - An error has occurred during Bioseal Library execution.public Extension get(java.lang.String key) throws BiosealException
key - Unique key of the Extension 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 containsKey(java.lang.String key)
throws BiosealException
key - The key to locate in the Extension object.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