E
- public class ElementsPartImpl<E extends MatrixElementInterface<E>> extends java.util.ArrayList<ElementsDescriptorImpl<E>> implements ElementsPartInterface<ElementsDescriptorImpl<E>,E>
Constructor and Description |
---|
ElementsPartImpl() |
Modifier and Type | Method and Description |
---|---|
void |
add(E[] column,
int originalIndex) |
void |
add(E[] column,
int originalIndex,
java.lang.String classification) |
java.util.List<E[]> |
toListOfElements() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
public void add(E[] column, int originalIndex)
add
in interface ElementsPartInterface<ElementsDescriptorImpl<E extends MatrixElementInterface<E>>,E extends MatrixElementInterface<E>>
public void add(E[] column, int originalIndex, java.lang.String classification)
add
in interface ElementsPartInterface<ElementsDescriptorImpl<E extends MatrixElementInterface<E>>,E extends MatrixElementInterface<E>>
public java.util.List<E[]> toListOfElements()
toListOfElements
in interface ElementsPartInterface<ElementsDescriptorImpl<E extends MatrixElementInterface<E>>,E extends MatrixElementInterface<E>>