Package org.jpmml.python
Class SliceUtil
- java.lang.Object
-
- org.jpmml.python.SliceUtil
-
public class SliceUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Integer>indices(int start, int stop)static List<Integer>indices(int start, int stop, int step)static <E> List<E>slice(List<E> values, int start, int stop)static <E> List<E>slice(List<E> values, int start, int stop, int step)static <E> List<E>slice(List<E> values, Integer start, Integer stop)static <E> List<E>slice(List<E> values, Integer start, Integer stop, Integer step)
-