public class SliceExpression extends Object
| Constructor and Description |
|---|
SliceExpression(Integer start,
Integer stop,
Integer step) |
| Modifier and Type | Method and Description |
|---|---|
OptionalInt |
start() |
OptionalInt |
step() |
OptionalInt |
stop() |
public OptionalInt start()
public OptionalInt stop()
public OptionalInt step()
Copyright © 2023. All rights reserved.