Uses of Class
de.grogra.xl.util.DoubleList
Packages that use DoubleList
-
Uses of DoubleList in de.grogra.math
Methods in de.grogra.math that return DoubleListModifier and TypeMethodDescriptionSimpleDataTable.addRow()
SimpleDataTable.getRow
(int row) SimpleDataTable.operator$shl
(double value) -
Uses of DoubleList in de.grogra.rgg
Methods in de.grogra.rgg that return DoubleListModifier and TypeMethodDescriptionstatic DoubleList
Library.operator$shl
(DoubleList list, double value) This operator method addsvalue
as last element tolist
.Methods in de.grogra.rgg with parameters of type DoubleListModifier 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
Fields in de.grogra.xl.query declared as DoubleList -
Uses of DoubleList in de.grogra.xl.util
Methods in de.grogra.xl.util that return DoubleListModifier 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.Methods in de.grogra.xl.util with parameters of type DoubleListModifier and TypeMethodDescriptionDoubleList.addAll
(DoubleList v) Appends all elements ofv
to this list.