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 DoubleListLibrary.operator$shl(DoubleList list, double value) This operator method addsvalueas last element tolist.Methods in de.grogra.rgg with parameters of type DoubleListModifier and TypeMethodDescriptionstatic doubleLibrary.operator$index(DoubleList list, int index) This operator method is an alias forlist.get(index).static DoubleListLibrary.operator$shl(DoubleList list, double value) This operator method addsvalueas 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) Appendslengthcomponents ofvto this list, starting at indexbegin.DoubleList.addAll(DoubleList v) Appends all elements ofvto this list.final DoubleListDoubleList.push(double o) Pushesoon top of this list, i.e., as last element.final DoubleListDoubleList.push(double o1, double o2) Pusheso1ando2on top of this list, i.e., as last elements.final DoubleListDoubleList.push(double o1, double o2, double o3) Pusheso1 ... o3on 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 ofvto this list.