Uses of Interface
dev.hardwood.row.PqDoubleList
Packages that use PqDoubleList
-
Uses of PqDoubleList in dev.hardwood.reader
Methods in dev.hardwood.reader that return PqDoubleListModifier and TypeMethodDescriptionRowReader.getListOfDoubles(int fieldIndex) Get a DOUBLE list field by field index.RowReader.getListOfDoubles(String name) Get a DOUBLE list field by name. -
Uses of PqDoubleList in dev.hardwood.row
Methods in dev.hardwood.row that return PqDoubleListModifier and TypeMethodDescriptionPqStruct.getListOfDoubles(String name) Get a DOUBLE list field by name.Methods in dev.hardwood.row that return types with arguments of type PqDoubleListModifier and TypeMethodDescriptionPqList.doubleLists()Iterate over elements as nested double lists.