public interface SparseVector extends Vector
| Modifier and Type | Method and Description |
|---|---|
int[] |
getAssignedPosition()
Return an orderer array of position assigned, this array can be longer than
realy assigned value, you must used getNumberOfAssignedValue to know
number of significant position in array
|
double[] |
getAssignedValue()
Return an array in same order that getAssignedPosition.
|
double |
getDefaultValue()
Value to used if not un assigned value
|
add, getInfo, getMaxOccurence, getMaxOccurrence, getNumberOfAssignedValue, getValue, init, isImplementedAdd, isImplementedMap, isImplementedMinus, isImplementedPaste, iterator, iteratorNotZero, map, minus, paste, setValue, sizedouble getDefaultValue()
int[] getAssignedPosition()
double[] getAssignedValue()
Copyright © 2004–2020 Code Lutin. All rights reserved.