public class SliceUtil extends Object
| Modifier and Type | Method and 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,
Integer start,
Integer stop) |
static <E> List<E> |
slice(List<E> values,
Integer start,
Integer stop,
Integer 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) |
Copyright © 2023. All rights reserved.