Uses of Class
de.grogra.xl.util.DoubleList
-
Uses of DoubleList in de.grogra.math
Modifier and TypeMethodDescriptionSimpleDataTable.addRow()
SimpleDataTable.getRow
(int row) SimpleDataTable.operator$shl
(double value) -
Uses of DoubleList in de.grogra.rgg
Modifier and TypeMethodDescriptionstatic DoubleList
Library.operator$shl
(DoubleList list, double value) This operator method addsvalue
as last element tolist
.Modifier and TypeMethodDescriptionstatic double
Library.operator$index
(DoubleList list, int index) This operator method is an alias forlist.get(index)
.static DoubleList
Library.operator$shl
(DoubleList list, double value) This operator method addsvalue
as last element tolist
. -
Uses of DoubleList in de.grogra.xl.query
-
Uses of DoubleList in de.grogra.xl.util
Modifier and TypeMethodDescriptionDoubleList.addAll
(double[] v, int begin, int length) Appendslength
components ofv
to this list, starting at indexbegin
.DoubleList.addAll
(DoubleList v) Appends all elements ofv
to this list.final DoubleList
DoubleList.push
(double o) Pusheso
on top of this list, i.e., as last element.final DoubleList
DoubleList.push
(double o1, double o2) Pusheso1
ando2
on top of this list, i.e., as last elements.final DoubleList
DoubleList.push
(double o1, double o2, double o3) Pusheso1 ... o3
on top of this list, i.e., as last elements.Modifier and TypeMethodDescriptionDoubleList.addAll
(DoubleList v) Appends all elements ofv
to this list.