public class VectorFunction extends ArrayList
| Modifier and Type | Field and Description |
|---|---|
protected static long |
serialVersionUID |
modCount| Constructor and Description |
|---|
VectorFunction(Object function,
double[] results) |
VectorFunction(Object function,
List<Number> values) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToContext(Object key,
Object value) |
Object |
getFromContext(Object key) |
Object |
getFunction() |
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprotected static final long serialVersionUID
public VectorFunction(Object function, double[] results)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.