Uses of Enum Class
net.thevpc.common.util.IndexSelectionStrategy
-
Uses of IndexSelectionStrategy in net.thevpc.common.util
Methods in net.thevpc.common.util that return IndexSelectionStrategyModifier and TypeMethodDescriptionstatic IndexSelectionStrategyReturns the enum constant of this class with the specified name.static IndexSelectionStrategy[]IndexSelectionStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.thevpc.common.util with parameters of type IndexSelectionStrategyModifier and TypeMethodDescriptionstatic double[]ArrayUtils.dtimes(double min, double max, int times, int maxTimes, IndexSelectionStrategy strategy) static int[]ArrayUtils.itimes(int min, int max, int times, int maxTimes, IndexSelectionStrategy strategy) static double[]ArrayUtils.subArray1(double[] values, int count, IndexSelectionStrategy sel) static int[]ArrayUtils.subArray1(int[] values, int count, IndexSelectionStrategy sel)