Class Primitive1D.Wrapper
java.lang.Object
org.ojalgo.structure.Primitive1D
org.ojalgo.structure.Primitive1D.Wrapper
- All Implemented Interfaces:
Access1D<Double>, Mutate1D, Structure1D
- Enclosing class:
Primitive1D
-
Nested Class Summary
Nested classes/interfaces inherited from class Primitive1D
Primitive1D.Simple, Primitive1D.WrapperNested classes/interfaces inherited from interface Access1D
Access1D.Aggregatable<N>, Access1D.Collectable<N,R>, Access1D.ElementView<N>, Access1D.SelectionView<N>, Access1D.Sliceable<N>, Access1D.Visitable<N> Nested classes/interfaces inherited from interface Mutate1D
Mutate1D.Fillable<N>, Mutate1D.Mixable<N>, Mutate1D.Modifiable<N>, Mutate1D.ModifiableReceiver<N>, Mutate1D.Receiver<N>, Mutate1D.SortableNested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S,B>, Structure1D.LongIndex, Structure1D.LoopCallback -
Field Summary
FieldsFields inherited from class Primitive1D
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoubleValue(int index) voidset(int index, double value) intsize()The total number of elements in this structure.Methods inherited from class Primitive1D
get, newInstance, of, set, toString, wrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Access1D
asCollectable1D, asKeyed1D, asList, axpy, byteValue, byteValue, dot, doubleValue, elements, floatValue, floatValue, intValue, intValue, longValue, longValue, nonzeros, select, shortValue, shortValue, supplyTo, toList, toRawCopy1DMethods inherited from interface Mutate1D
reset, set, set, set, set, set, set, set, set, set, set, setMethods inherited from interface Structure1D
count
-
Field Details
-
myDelegate
-
-
Constructor Details
-
Wrapper
Wrapper(Structure1D delegate)
-
-
Method Details
-
doubleValue
public double doubleValue(int index) -
set
public void set(int index, double value) -
size
public int size()Description copied from interface:Structure1DThe total number of elements in this structure.
-