public final class Position extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Position |
factory() |
static Position |
factory(int pos) |
int |
forwardPos() |
int |
forwardPos(int step) |
int |
getAndForwordPos() |
int |
getAndForwordPos(int step) |
int |
getPos() |
void |
reset() |
void |
reset(int newPos) |
public static Position factory()
public static Position factory(int pos)
public int getPos()
public int getAndForwordPos()
public int getAndForwordPos(int step)
public int forwardPos()
public int forwardPos(int step)
public void reset()
public void reset(int newPos)
Copyright © 2019–2020 Alibaba Group Holding Limited. All rights reserved.