Uses of Class
adams.data.binning.operation.Copy.CopyType
-
Packages that use Copy.CopyType Package Description adams.data.binning.operation -
-
Uses of Copy.CopyType in adams.data.binning.operation
Methods in adams.data.binning.operation that return Copy.CopyType Modifier and Type Method Description static Copy.CopyType
Copy.CopyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Copy.CopyType[]
Copy.CopyType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.binning.operation with parameters of type Copy.CopyType Modifier and Type Method Description static <T> List<Bin<T>>
Copy. copyBins(List<Bin<T>> bins, Copy.CopyType type)
Generates a copy.static <T> List<Binnable<T>>
Copy. copyData(List<Binnable<T>> data, Copy.CopyType type)
Generates a copy.
-