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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
protected static final long serialVersionUID
public VectorFunction(Object function, double[] results)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.