@Deprecated public abstract class ObjectArrayImpl<K> extends java.lang.Object implements ObjectArray<K>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<K> |
list
Deprecated.
|
Constructor and Description |
---|
ObjectArrayImpl()
Deprecated.
|
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
|
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,
org.processmining.framework.abstractplugins.AbstractImportPlugin importer)
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportToFile, importFromStream
protected java.util.List<K> list
public void init()
ObjectArray
init
in interface ObjectArray<K>
public int addElement(K element)
ObjectArray
addElement
in interface ObjectArray<K>
public int removeElement(K element)
ObjectArray
removeElement
in interface ObjectArray<K>
public void addElement(int index, K element)
ObjectArray
addElement
in interface ObjectArray<K>
public void removeElement(int index)
ObjectArray
removeElement
in interface ObjectArray<K>
public K getElement(int index)
ObjectArray
getElement
in interface ObjectArray<K>
public int getSize()
getSize
in interface ObjectArray<K>
public void importFromStream(org.processmining.framework.plugin.PluginContext context, java.io.InputStream input, java.lang.String parent, org.processmining.framework.abstractplugins.AbstractImportPlugin importer) throws java.lang.Exception
java.lang.Exception