@Deprecated
public interface ObjectArray<K>
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(int index,
K element)
Deprecated.
Add the element at the specific index
|
int |
addElement(K element)
Deprecated.
Add the element to the array
|
void |
exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
Deprecated.
|
K |
getElement(int index)
Deprecated.
Return the element at the specific index
|
int |
getSize()
Deprecated.
|
void |
importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
Deprecated.
|
void |
init()
Deprecated.
Initializes the object array.
|
void |
removeElement(int index)
Deprecated.
Remove the element at the specific index
|
int |
removeElement(K element)
Deprecated.
Remove the element from the array
|
void init()
int addElement(K element)
element - int removeElement(K element)
element - void addElement(int index,
K element)
index - element - void removeElement(int index)
index - K getElement(int index)
index - int getSize()
void importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String parent)
throws java.lang.Exception
java.lang.Exceptionvoid exportToFile(org.processmining.framework.plugin.PluginContext context,
java.io.File file)
throws java.lang.Exception
java.lang.Exception