public abstract class ASimpleInstancesImpl<I> extends java.util.ArrayList<I> implements Instances<I>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numColumns |
| Constructor and Description |
|---|
ASimpleInstancesImpl() |
ASimpleInstancesImpl(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getNumberOfColumns() |
int |
getNumberOfRows() |
int |
hashCode() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitaddAllFromJson, addAllFromJson, toJsonpublic ASimpleInstancesImpl()
public ASimpleInstancesImpl(int capacity)
public int getNumberOfRows()
getNumberOfRows in interface Instances<I>public int getNumberOfColumns()
getNumberOfColumns in interface Instances<I>public int hashCode()