public class SDIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SDIndex.IndexType |
| Constructor and Description |
|---|
SDIndex() |
| Modifier and Type | Method and Description |
|---|---|
static SDIndex |
all() |
static SDIndex |
interval(Integer begin,
Integer end) |
static SDIndex |
interval(Integer begin,
Integer strides,
Integer end) |
static SDIndex |
interval(Long begin,
Long end) |
static SDIndex |
interval(Long begin,
Long strides,
Long end) |
static SDIndex |
point(long i) |
static SDIndex |
point(long i,
boolean keepDim) |
Copyright © 2021. All rights reserved.